Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

forecast.iarima

Forecast independent arima series


Description

Returns forecasts and other information for a group of independent arima series.

Usage

## S3 method for class 'iarima'
forecast(object, h = 10, level = c(80, 95), fan = FALSE,
  ...)

Arguments

object

an object of class "iarima".

h

Number of periods for forecasting.

level

confidence level for prediction intervals.

fan

if TRUE, level is set to seq(50, 99, by = 1). This is suitable for fan plots.

...

other arguments.

Value

An object of class "iarimaForecast" with components:

model

a list containing information about the fitted arima models.

mean

array with the central forecast.

lower

three dimensional array with lower limits for prediction intervals.

upper

three dimensional array with upper limits for prediction intervals.

level

the confidence values associated with the prediction intervals.

@export


StMoMo

Stochastic Mortality Modelling

v0.4.1
GPL (>= 2)
Authors
Andres Villegas <andresmauriciovillegas@gmail.com>, Pietro Millossovich <Pietro.Millossovich.1@city.ac.uk>, Vladimir Kaishev <Vladimir.Kaishev.1@city.ac.uk>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.