| huge.tiger | R Documentation |
See more details in huge
huge.tiger(
x,
lambda = NULL,
nlambda = NULL,
lambda.min.ratio = NULL,
sym = "or",
verbose = TRUE,
input.type = "auto"
)
x |
There are 2 options: (1) |
lambda |
A numeric scalar or non-empty one-dimensional numeric input
defining a finite, strictly positive, non-increasing regularization path.
Tied values are allowed. Leave |
nlambda |
The number of regularization/thresholding parameters. The default value is |
lambda.min.ratio |
If |
sym |
Symmetrize the output graphs. If |
verbose |
If |
input.type |
How to interpret |
Raw observations are centered and normalized, while covariance
input is converted to a correlation matrix, inside the shared C++ core.
When lambda = NULL, the same native correlation matrix determines
the returned default lambda path. A user-supplied path must be finite,
strictly positive, and non-increasing; tied values are allowed and are
used unchanged. If smaller generated values cannot be certified to the solver's
KKT tolerance, the function warns and returns the longest certified path
prefix. A user-supplied value that cannot be certified raises an error.
huge, and huge-package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.