powered by
Estimate parameters of an AR(p) with p assumed known. Outputs residuals (backcast0 and white noise variance estimate.)
est.ar.wge(x, p = 2, factor = TRUE, type = "mle")
Estimates of the AR parameters
Estimated residuals (using backcasting) based on estimated model
Estimated white noise variance (based on backcast residuals)
AIC for estimated model
AICC for estimated model
BIC for estimated model
Realization
AR order
If TRUE (default) a factor table is printed for the estimated model
Either "burg" (default), "yw", or "mle"
Wayne Woodward
"Applied Time Series Analysis with R, 2nd edition" by Woodward, Gray, and Elliott
data(fig6.1nf) est.ar.wge(fig6.1nf,p=1)
Run the code above in your browser using DataLab