powered by
Autocorrelation structure fit
Auxiliary function passed to fitACS
fitACS(acf, ID, start = NULL, lag = NULL)optimACS(par, id, eACS, error = "MSE")
optimACS(par, id, eACS, error = "MSE")
vector of autocorrelation function values from lag 0
ACS id
starting parameter value
acf lag
parameter value
empirical ACS
which error to minimize
# NOT RUN { x <- AR1(1000, .8) acsfit <- fitACS(acf(x, plot = FALSE)$acf, 'weibull', c(1, 1)) # }
Run the code above in your browser using DataLab