Skip to content
Prev 176135 / 398503 Next

Which model to keep (negative BIC)

Quoting "cladoo.26" <cladoo.26 at laposte.net>:
The mclust package seems to be using a definition of BIC that is the
negative of the usual one, i.e. the bic() function in the mclust package
returns

    2 * loglik - nparams * log(n)

where "loglik" is the log likelihood, "n" is the number of observations
and "nparams" is the number of parameters.

BIC is normally defined as

   -2 * loglik + nparams * log(n)

and the optimal model is the one with the minimum BIC. However in this
case, you want to maximize it.
According to the documentation it does, and you can verify from your
plot that the VEV model with 2 components has maximum "BIC"
-----------------------------------------------------------------------
This message and its attachments are strictly confidenti...{{dropped:8}}