Description Usage Arguments Details Value Author(s) References See Also Examples
Returns optimal values of tuning parameters lambda and gamma
1 | jpen.inv.tune(Ytr, gama, lambda=NULL)
|
Ytr |
Ytr is matrix of observations. |
gama |
A vector of gamma values. |
lambda |
Optional vector of values of lambda. If optional, the algorithm automatically calculates 10 values of lambda for each gamma and finds the optimal values of (lambda,gamma) that minimizes the negative of Gaussian likelihood function using K-fold cross validation. |
Returns the value of optimal tuning parameters. The function uses K-fold cross validation to select the best tuning parameter from among a set of of values of lambda and gamma.
Returns the optimal values of lambda and gamma.
Ashwini Maurya, Email: mauryaas@msu.edu.
A Well Conditioned and Sparse Estimate of Covariance and Inverse Covariance Matrix Using Joint Penalty. Submitted. http://arxiv.org/pdf/1412.7907v2.pdf
jpen
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.