Bicop.mbic
- Bicop.mbic(self, u: numpy.ndarray[dtype=float64, shape=(*, *), order='F'] = array([], shape=(0, 2), dtype=float64), psi0: float = 0.9) float
Evaluates the modified Bayesian information criterion (mBIC).
The mBIC is defined as
psi_0),
where
is the log-liklihood (seeBicop.loglik()
), is the (effective) number of parameters of the model, and is the prior probability of having a non-independence copula and is an indicator for the family being non-independence.- Parameters:
u – An
matrix of observations contained in , where is the number of discrete variables.psi0 – Prior probability of a non-independence copula.
- Returns:
The mBIC evaluated at
u
.