Sorts time series cross-validation output
Computes cvm
and cvsd
based on times series cross-validation fit.
tscv.sglpath(outlist, lambda, x, y, foldid, ...)
outlist
: list of cross-validation fits.lambda
: a sequence of parameter.x
: regressorsy
: responsefoldid
: the fold assignment....
: other arguments passed to predict.sgl
cvm
and cvsd
.
Useful links