LikelihoodFit

class pyMaCh3._pyMaCh3.fitter.LikelihoodFit

Bases: FitterBase

Methods Summary

caluclate_chi2(self, parameter_values)

Get the Chi2 calculation over all included samples and syst objects for the specified parameter_values

get_n_params(self)

Get The total number of parameters across all known covariance objects associated with this LikelihoodFit object.

Methods Documentation

caluclate_chi2(self: pyMaCh3._pyMaCh3.fitter.LikelihoodFit, parameter_values: list[float]) float
Get the Chi2 calculation over all included samples and syst objects for the specified parameter_values
param parameter_valuse:

The location to evaluate the chi2 at.

get_n_params(self: pyMaCh3._pyMaCh3.fitter.LikelihoodFit) int

Get The total number of parameters across all known covariance objects associated with this LikelihoodFit object.