Closed ashleyrback closed 8 years ago
This contains the base TestStatistic class from which all test statistics for use in the Fit class, should inherit.
TestStatistic
Also modifies the current ChiSquared class in chi_squared to inherit from TestStatistic.
ChiSquared
chi_squared
@jwaterfield here is the test statistic code so far. I haven't actually tested it yet, but it should at least give you an idea of how to incorporate it into the Fit class.
Fit
This contains the base
TestStatistic
class from which all test statistics for use in the Fit class, should inherit.Also modifies the current
ChiSquared
class inchi_squared
to inherit fromTestStatistic
.