Usage Arguments Value Author(s) Examples
View source: R/CMISMultiForecastExtraFunctions.R
| 1 | ForecastHorizon(XtsData, tsfrequency, horizon)
 | 
| XtsData | Dados formato xts ou data.frame formato data-valor | 
| tsfrequency | Frequ<c3><aa>ncia min, hour, day, month year | 
| horizon | Horizonte de forecast | 
Objeto de dados s<c3><a9>ries temporais
LOPES, J. E.
| 1 2 3 4 5 6 7 8 | ## Vetor
x <- ForecastHorizon(rnorm(100), 'day',20)
str(x)
## data.frame
data(diario)
y <- ConvertDataToTs(diario[,1:2], tsfrequency = "day", OutType = "xts")
y <- ForecastHorizon(y, 'day', 20)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.