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. If L, U are not specified, they will be set to the default value for the positive GOLAZO problem, that is, L_ij=0 and U_ij=1 for all i!=j.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
S |
a positive semidefinite matrix |
n |
the sample size |
L |
matrix of lower penalties (may contain -Inf) |
U |
matrix of upper penalties (may contain Inf) |
tol |
the convergence tolerance (default tol=1e-8) for the dual gap |
edge.tol |
the threshold for the normalized entries of K to be treated treated as zero |
gamma |
the EBIC parameter between 0 and 1 (default gamma=0.5) |
rhomin |
minimal rho to check |
rhomax |
maximal rho to check |
nrhos |
number of rhos in the interval (rhomin,rhomax) |
verbose |
if TRUE (default) the output will be printed. |
the list of rhos for which EBIC was computed
the list of teh corresponding EBIC values
the optimal rho
1 | EBICgolazo(diag(10),n=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.