firecrown.likelihood.gauss_family.statistic.statistic.StatisticsResult#
- class firecrown.likelihood.gauss_family.statistic.statistic.StatisticsResult(data, theory)[source]#
Bases:
objectThis is the type returned by the compute method of any Statistic.
- Parameters:
data (
DataVector) –theory (
TheoryVector) –
Public Methods:
__post_init__()Make sure the data and theory vectors are of the same shape.
residuals()Return the residuals -- the difference between data and theory.
__iter__()Iterate through the data members.
__init__(data, theory)- param data:
__repr__()Return repr(self).
__eq__(other)Return self==value.
- __eq__(other)#
Return self==value.