Description Usage Arguments Details Examples
Estimates a sparse inverse covariance matrix from a pseudo-likelihood function formulation with L1 penalty on inverse covariance elements.
1 2 |
data |
Data matrix with n observations (rows) and p variables (columns) |
lambda |
Penalty parameter |
tol |
Convergence threshold |
maxit |
Maximum number of iterations before termination |
save.iterates |
Returns iterates if TRUE |
... |
ignored |
Implements the Symmetric Lasso method by Friedman, Hastie and Tibshirani (2010) http://statweb.stanford.edu/~tibs/ftp/ggraph.pdf
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.