Description Usage Arguments Details Value Examples
View source: R/create_lambda.R
Computes penalty parameters λ for graphical SLOPE.
1 | create_lambda(sample_cov, n, alpha = 0.05)
|
sample_cov |
a sample variance-covariance matrix. |
n |
number of observations. |
alpha |
significance level. |
The Lambda series are computed based on Benjamini-Hochberg's procedure.
create_lambda()
returns a vector of the length p * (p-1)/2, which is equal
to number of elements in lower (upper) triangle of a variance-covariance matrix excluding diagonal.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.