Hi,
Can anyone explain how the standard error in arima() is calculated?
Also, how can I extract it from the Arima object? I don't see it in there.
> x <- rnorm(1000)
Call:
Coefficients:
sigma^2 estimated as 0.9775: log likelihood = -1407.56, aic = 2827.12
Thanks,
> a <- arima(x, order = c(4, 0, 0))
> a
arima(x = x, order = c(4, 0, 0))
ar1 ar2 ar3 ar4 intercept
-0.0451 0.0448 0.0139 -0.0688 0.0010
s.e. 0.0316 0.0316 0.0317 0.0316 0.0296
> names(a)
[1] "coef" "sigma2" "var.coef" "mask" "loglik" "aic"
"arma" "residuals" "call" "series" "code"
"n.cond" "model"
Gad
--
Gad Abraham
Department of Mathematics and Statistics
The University of Melbourne
Parkville 3010, Victoria, Australia
email: g.abraham@ms.unimelb.edu.au
web: http://www.ms.unimelb.edu.au/~gabraham
______________________________________________
R-help@stat.math.ethz.ch 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.
Received on Fri Mar 16 13:54:14 2007
Archive maintained by Robert King, hosted by
the discipline of
statistics at the
University of Newcastle,
Australia.
Archive generated by hypermail 2.1.8, at Fri 16 Mar 2007 - 03:30:43 GMT.
Mailing list information is available at https://stat.ethz.ch/mailman/listinfo/r-help. Please read the posting guide before posting to the list.