Skip to contents

This function calculates the BIC for the random covariance model (RCM)

Usage

bic_cal(x, Omegas, Gk_est = NULL)

bic_cal(x, Omegas, Gk_est = NULL)

Arguments

x

List of \(K\) data matrices each of dimension \(n_k\) x \(p\).

Omegas

\(p\) x \(p\) x \(K\) array of \(K\) number of estimated subject-level precision matrices.

Gk_est

\(p\) x \(p\) x \(K\) array of \(K\) number of estimated subject-level networks.

Value

Numeric BIC value

Author

Lin Zhang