Create a FitResultsclass to store/report the results of the fit and for offline analyses, e.g. correlations.
Some functionality similar to the SystAnalyser` class.
Should have a main _data member that is a numpy array with one dimension for each fit parameter. This will store the value of the test statistic calculated for each combination of fit parameter values tested.
Create a
FitResults
class to store/report the results of the fit and for offline analyses, e.g. correlations.Some functionality similar to the SystAnalyser` class.
Should have a main
_data
member that is a numpy array with one dimension for each fit parameter. This will store the value of the test statistic calculated for each combination of fit parameter values tested.