Description Usage Arguments Details Value Author(s) References Examples
K-fold subsetting.
1 | f.K.fold(Nobs, K = 5)
|
Nobs |
n is number of observations |
K |
K is number of folds, typically 5 fold. |
K-fold subset of observations into training and test data.
Returns the index for K-fold training and test data subsets.
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
1 | n=100;K=5;cv=f.K.fold(n,K);
|
Loading required package: mvtnorm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.