Description Usage Arguments Value Examples
This is an intermediate step of the algorithm for fitting pESCA model. The details of this function can be found in ref thesis.
1 | penalty_concave_element(B_i, fun_concave, gamma, R)
|
B_i |
The loading matrix for the ith data set |
fun_concave |
A string indicates the used concave function |
gamma |
The hyper-parameter of the concave penalty |
R |
The number of PCs |
This function returns the value of the element-wise conave penalty for the pESCA model
1 2 3 4 | ## Not run:
penalty_concave_element(B_i, fun_concave, gamma, R)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.