Learn R Programming

itsmr (version 1.1)

arar: Forecast using ARAR algorithm

Description

Forecast using ARAR algorithm

Usage

arar(y, h = 10, opt = 2)

Arguments

y
Data vector
h
Steps ahead
opt
Display option (0 silent, 1 tabulate, 2 plot and tabulate)

Value

  • Returns the following list invisibly.
  • predPredicted values
  • seStandard errors
  • lLower bounds (95% confidence interval)
  • uUpper bounds

See Also

forecast

Examples

Run this code
arar(airpass)

Run the code above in your browser using DataLab