bic: Bayesian Information Criterion (BIC)
Description
Computes the BIC value given a log-likelihood, number of parameters, and sample size.
Usage
bic(log_likelihood, num_params, n)
Arguments
- log_likelihood
Log-likelihood value.
- num_params
Number of estimated parameters.
- n
Sample size.