pykelihood.metrics.
BIC#
- BIC(distribution, data)#
Bayesian Information Criterion (BIC).
- Parameters:
distribution (Distribution) –
pykelihood.Distributionobject.data (Obs) – Data of type
Obs.
- Returns:
BIC score: the lower, the better.
- Return type:
float