Autocorrelation structure fit
Autocorrelation structure fit
Auxiliary function passed to fitACS
fitACS(acf, ID, start = NULL, lag = NULL) optimACS(par, id, eACS, error = "MSE")
acf: vector of autocorrelation function values from lag 0ID: ACS idstart: starting parameter valuelag: acf lagpar: parameter valueid: ACS ideACS: empirical ACSerror: which error to minimizex <- AR1(1000, .8) acsfit <- fitACS(acf(x, plot = FALSE)$acf, 'weibull', c(1, 1))
Related functions from the same R package