Re: [R] Moving Average Model

2010-03-09 Thread David Winsemius
On Mar 9, 2010, at 2:42 PM, David Winsemius wrote: On Mar 9, 2010, at 1:54 PM, testuser wrote: Using the forecast package in R, auto.arima returns a model of type (0,0,3) with coefficients. To forecast the value at any point of time t, I can use the coefficients along with the white noi

Re: [R] Moving Average Model

2010-03-09 Thread David Winsemius
On Mar 9, 2010, at 1:54 PM, testuser wrote: Using the forecast package in R, auto.arima returns a model of type (0,0,3) with coefficients. To forecast the value at any point of time t, I can use the coefficients along with the white noise values e(t). How can we get the value for white

[R] Moving Average Model

2010-03-09 Thread testuser
Using the forecast package in R, auto.arima returns a model of type (0,0,3) with coefficients. To forecast the value at any point of time t, I can use the coefficients along with the white noise values e(t). How can we get the value for white noise? -- View this message in context: http://n4.nab