Description Usage Arguments Details Value
Solve the following optimization problem
\hat{L} = \arg \min_{L} ||LL^t - Sigma||_F* + ||L||_1,off
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
X |
data from which to obtain the path |
L |
initial cholesky factor |
eps |
convergence threshold for the proximal gradient |
alpha |
line search rate |
maxIter |
the maximum number of iterations |
lambda |
penalization coefficient |
normalize |
logical |
lambdas |
increasing sequence of lambdas |
cholpath
returns the path of regularized estimator on a sequence of
lambda
parameters
a list with the output of the optimization:
* N
* L
the estimated L matrix
* lambda
* diff
the value of the last relative decrease
* objective
the value of the objective function
* iter
number of iterations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.