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, method = "mle")
Estimation method used: MLE, Burg, or YW
Estimates of the AR parameters
Estimated residuals (using backcasting) based on estimated model
Estimated white noise variance (based on backcast residuals)
Sample mean of data in x
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 "mle" (default), "burg", or "yw"
Wayne Woodward
The 'type' arument is added for backwards compatabililty and if specified will replace the value specified in the 'method' argument.
"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