fitACSComputes the mean squared error between a theoretical autocorrelation
structure and the empirical ACS; passed as fn to optim inside
fitACS.
optimACS(par, id, eACS, error = "MSE")scalar numeric; the MSE between theoretical and empirical ACS
numeric vector of ACS parameter values
character; ACS identifier (e.g. "weibull")
numeric vector of empirical ACS values
character; error criterion — currently only "MSE"
fitACS