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, ...)

Arguments

x

A fisher_mle object

...

Additional arguments (ignored)

Value

BIC value