R/core-fisher_mle.R
bic.Rd
Returns the Bayesian Information Criterion: BIC = -2 * logL + k * log(n) where k is the number of parameters and n is the sample size.
bic(x, ...) # S3 method for class 'fisher_mle' bic(x, ...)
A fisher_mle object
Additional arguments (ignored)
BIC value