fitar1 {cents} | R Documentation |
later
fitar1(z, meanZeroQ = FALSE)
z |
time series data vector |
meanZeroQ |
default assumes mean is not zero. |
later
vector of length 3 with the estimates of mean, ar-parameter and the optimized log-likelihood
later
A.I. McLeod
later
z <- arima.sim(model=list(ar=0.8), n=100) fitar1(z)