Description Usage Arguments Value Examples
This function computes the EBIC criterion for a seried of rho parameters. The penalty matrices are $rho L$, $rho U$, where L and U are fixed in advance.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
S |
the sample covariance matrix |
n |
the sample size |
L |
matrix of lower penalties (can be -Inf) |
U |
matrix of upper penalties (can be Inf) |
tol |
the convergence tolerance (default tol=1e-8) |
edge.tol |
which entries of K are treated as zero |
gamma |
the EBIC parameter between 0 and 1 |
rhomin |
minimal rho to check |
rhomax |
maximal rho to check |
nrhos |
positive penalty (can be Inf) |
output |
if TRUE (default) the output will be printed. |
the optimal value of the concentration matrix
the number of iterations the algorithm needed to converge
the corresponding value of the log-likelihood
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.