fitcar1 {cents} | R Documentation |
later
fitcar1(z, cL = -Inf, cU = Inf, verboseQ = FALSE)
z |
a time series vector including possible NA values |
cL |
lower censor point |
cU |
upper censor point |
verboseQ |
show iterations |
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) z[50] <- NA fitcar1(z)