Skip to content

auto.arima function in R

2 messages · Akhil dua, Brian Ripley

#
Hello every one,

I am using daily data of the flight departure.

Departure Date           Load (Seats booked/Capacity)
12/01/2011                                 10
13/01/2011                                 12
14/01/2011                                 09

I want to fit an arima model to the data for forecasting the load for the
next day flight. I am using auto.arima function in R.

Residuals and fitted values that I am getting from auto.arima has NAs
whereas I don't have any NA in my original data.

Can anyone please help me with the probable reason for this.
#
There is no auto.arima function 'in R'.  Do give credit/blame where it 
is due (probably package 'forecast').

Without the reproducible example the posting guide asked for, we can 
only guess wildly.  I at least decline to do so.
On 20/11/2014 10:52, Akhil dua wrote: