firecrown.data_types

firecrown.data_types#

This module deals with data types.

This module contains data types definitions.

Functions

residuals

Return a bare np.ndarray with the difference between data and theory.

Classes

DataVector

Wrapper for a np.ndarray that represents some observed data values.

TheoryVector

Wrapper for an np.ndarray that represents a prediction by some theory.

TwoPointMeasurement

Class defining the data for a two-point measurement.