fct_lam_coef | R Documentation |
Compute penalization coefficient
fct_lam_coef(x, sigma, m, p)
x |
matrix |
sigma |
value |
m |
integer |
p |
integer |
penalization coefficient
fct_lam_coef(matrix(1:9, nrow = 3), sigma = 1, m = 3, p = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.