fitACS: Autocorrelation structure fit

Description Usage Arguments Examples

View source: R/fitACS.R

Description

Autocorrelation structure fit

Auxiliary function passed to fitACS

Usage

1
2
3
fitACS(acf, ID, start = NULL, lag = NULL)

optimACS(par, id, eACS, error = "MSE")

Arguments

acf

vector of autocorrelation function values from lag 0

ID

ACS id

start

starting parameter value

lag

acf lag

par

parameter value

id

ACS id

eACS

empirical ACS

error

which error to minimize

Examples

1
2
3
x <- AR1(1000, .8)

acsfit <- fitACS(acf(x, plot = FALSE)$acf, 'weibull', c(1, 1))

CoSMoS documentation built on May 30, 2021, 1:06 a.m.