Start R
R function: predict.Arima
> help(predict.Arima)
Simulate, fit, and forecast AR(1) )
Let's look at the sample code in forecast1a.r
Simulate, fit, and forecast ARIMA(2,1,2)
Let's look at the sample code in forecast1.r
Let's look at the data in: sun_spot.txt
Let's look at the sample code in forecast2.r
Let's look at the data in: savings_rate.txt
Let's look at the sample code in forecast3.r
> help(USAccDeaths)
Let's look at the sample code in forecast4.r