res <- ahead::mlf(USAccDeaths, h=10L, lags=15L, type_pi="surrogate", B=250L) plot(res) res <- ahead::mlf(USAccDeaths, fit_func = glmnet::cv.glmnet, h=15L, lags=15L, type_pi="kde", B=250L) plot(res) (res <- ahead::mlf(USAccDeaths, fit_func = e1071::svm, h=15L, lags=15L, type_pi="kde", B=250L)) plot(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.