ComPWA
Common Partial-Wave-Analysis Framework
|
#include <cmath>
Go to the source code of this file.
Functions | |
double | calculateAIC (double LH, int sampleSize, int nFreePar) |
Calculate Akaike Information Criterium AICc https://en.wikipedia.org/wiki/Akaike_information_criterion. More... | |
double | calculateBIC (double LH, int sampleSize, int nFreePar) |
Calculate Beyesian Information Criterium BIC https://en.wikipedia.org/wiki/Bayesian_information_criterion. More... | |
|
inline |
Calculate Akaike Information Criterium AICc https://en.wikipedia.org/wiki/Akaike_information_criterion.
LH | assuming -log(L) is passed |
sampleSize | number of points in the data sample |
nFreePar | number of free parameters |
Definition at line 11 of file GoodnessOfFit.hpp.
|
inline |
Calculate Beyesian Information Criterium BIC https://en.wikipedia.org/wiki/Bayesian_information_criterion.
LH | assuming -log(L) is passed |
sampleSize | number of points in the data sample |
nFreePar | number of free parameters |
Definition at line 24 of file GoodnessOfFit.hpp.