Description Usage Arguments Details Value References Examples
This function generates test dataset index for cross-validation.
1 |
n |
the number of observation |
cv.bsize |
block size of cross-validation |
cv.kfold |
the number of fold of cross-validation |
cv.random |
whether or not random cross-validation scheme should be used.
Set |
This function provides index of test dataset according to various cross-validation scheme.
One may construct K test datasets in a way that each testset consists of blocks of b
consecutive data. Set cv.bsize = b
for this.
To select each fold at random, set cv.random = TRUE
. See Kim et al. (2012) for detalis.
matrix of which row is test dataset index for cross-validation
Kim, D., Kim, K.-O. and Oh, H.-S. (2012) Extending the Scope of Empirical Mode Decomposition using Smoothing. EURASIP Journal on Advances in Signal Processing, 2012:168, doi: 10.1186/1687-6180-2012-168.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.