ar.yw(bats) | R Documentation |
ar.yw(x, aic=TRUE, order.max=NULL)
x |
A time series. |
aic |
Logical flag. If TRUE then use Akaike Information
criterion to select order of model. |
order.max |
The maximum order of autoregressive model. |
See ar
.
ar.yw
is called by acf
to calculate the
partial autocorrelation function.
Martyn Plummer