Learn R Programming

MixStable (version 0.1.0)

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)

Value

BIC value.

Arguments

log_likelihood

Log-likelihood value.

num_params

Number of estimated parameters.

n

Sample size.