Skip to content

arima time series in R

5 messages · Brian Ripley, Aakanksha Dahiya01, Pascal Oettli

#
On 07/06/2013 12:21, Aakanksha Dahiya01 wrote:
The person who wrote the help page already did, but that is hardly 'just 
anyone'.
That is not from arima in package stats, so you need to follow the 
posting guide to tell us whose wrapper it is and hence which help page 
to read.  (Possibly package TSA.)
That does mean you.
2 days later
#
I am just performing arima time series analysis here.. and package used is "forecast".  I am just not  able what is ar1,ma1 and ma2.

-----Original Message-----
From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk] 
Sent: Friday, June 07, 2013 5:29 PM
To: Aakanksha Dahiya01
Cc: r-help at r-project.org
Subject: Re: [R] arima time series in R
On 07/06/2013 12:21, Aakanksha Dahiya01 wrote:
The person who wrote the help page already did, but that is hardly 'just anyone'.
That is not from arima in package stats, so you need to follow the posting guide to tell us whose wrapper it is and hence which help page to read.  (Possibly package TSA.)
That does mean you.
#
It would be great help if someone just tell me what does ar1,ma1 and ma2 signify here.. how do I further predict from these coefficients..

-----Original Message-----
From: Aakanksha Dahiya01 
Sent: Monday, June 10, 2013 9:54 AM
To: 'Prof Brian Ripley'
Cc: r-help at r-project.org
Subject: RE: [R] arima time series in R

I am just performing arima time series analysis here.. and package used is "forecast".  I am just not  able what is ar1,ma1 and ma2.

-----Original Message-----
From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk]
Sent: Friday, June 07, 2013 5:29 PM
To: Aakanksha Dahiya01
Cc: r-help at r-project.org
Subject: Re: [R] arima time series in R
On 07/06/2013 12:21, Aakanksha Dahiya01 wrote:
The person who wrote the help page already did, but that is hardly 'just anyone'.
That is not from arima in package stats, so you need to follow the posting guide to tell us whose wrapper it is and hence which help page to read.  (Possibly package TSA.)
That does mean you.
#
Hi,

library(forecast)
?Arima

And if you don't know what "ar" and "ma" are, you probably should read 
some book before to go further.

Regards,
Pascal
On 10/06/13 14:03, Aakanksha Dahiya01 wrote: