Function used internally to compute forecasts
sarima.f.RdFunction used internally to compute forecasts.
Arguments
- past
- past values of the time series. 
- n
- number of forecasts to generate. 
- ar
- ar coefficients. 
- ma
- ma coefficients. 
- intercept
- intercept. 
- pasteps
- past values of the innovations. 
- trend
- trend.