Usage Arguments Value See Also Examples
View source: R/CMISMultiForecastExtraFunctions.R
| 1 | holtForecast(x, h, level = 95, onlyfc = TRUE, ...)
 | 
| x | S<c3><a9>rie temporal | 
| h | Horizonte de forecast | 
| level | Nivel de confian<c3><a7>a para os limites superiores e infeiores | 
| onlyfc | Somente forecast ou modelo completo | 
| ... | Passagem de argumentos | 
Objeto de forecast
| 1 2 3 4 | ## dados
data(diario)
y <- ConvertDataToTs(diario[,1:2], tsfrequency = "day", OutType = "ts")
holtForecast(y, h=20)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.