Description Usage Arguments Value Author(s) References See Also Examples
View source: R/CMISMultiForecastExtraFunctions.R
Com base em uma lista de op<c3><a7><c3><b5>es faz ajuste de forecasts baseado em diversas metodologias
1 | switch.cvforecast(x, nmodelo, h, level = 95, onlyfc = FALSE)
|
x |
S<c3><a9>rie temporal |
nmodelo |
Nome do m<c3><a9>todo de forecast |
h |
Horizonte de forecast |
level |
N<c3><ad>vel de signific<c3><a2>ncia para as bandas de confian<c3><a7>a |
onlyfc |
Somente forecast ou modelos completo? |
Objeto de forecast
LOPES, J. E.
Hyndman, R.J. and Khandakar, Y. (2008) "Automatic time series forecasting: The forecast package for R", Journal of Statistical Software, 26(3).
etsForecast
,auto.arimaForecast
, HWsForecast
, etc.
1 2 3 4 | data(diario)
fit <- switch.cvforecast(diario[,4], "etsForecast", h=20, level=95)
class(fit)
plot(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.