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.nabble.com/Moving-Average-Model-tp1586447p1586447.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.