Description Usage Arguments Value Author(s) See Also Examples
Returns h-step forecasts for the data used in fitting the model.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## S3 method for class 'fracdiff'
fitted(object, h = 1, ...)
## S3 method for class 'Arima'
fitted(object, h = 1, ...)
## S3 method for class 'ar'
fitted(object, ...)
## S3 method for class 'bats'
fitted(object, h = 1, ...)
## S3 method for class 'ets'
fitted(object, h = 1, ...)
## S3 method for class 'nnetar'
fitted(object, h = 1, ...)
## S3 method for class 'tbats'
fitted(object, h = 1, ...)
|
object |
An object of class " |
h |
The number of steps to forecast ahead. |
... |
Other arguments. |
A time series of the h-step forecasts.
Rob J Hyndman & Mitchell O'Hara-Wild
forecast.Arima
, forecast.bats
,
forecast.tbats
, forecast.ets
,
forecast.nnetar
, residuals.Arima
,
residuals.bats
, residuals.tbats
,
residuals.ets
, residuals.nnetar
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.