stability_model: stability model fitting

Description Usage Arguments Details Value

Description

stability model fitting

Usage

1
2
  stability_model(X, model = c("LSN", "OU"), p = NULL, ...,
    store_data = TRUE)

Arguments

X

data sampling time and sampled value as columns. If only one column is provided, assumes that the time is uniform

model

the model used

p

initial parameter guesses, if NULL, will guess from data

...

additional parameters passed to the optim routine

store_data

if FALSE will not return an object with a copy of the original data

Details

depends on the gauss class of functions and the model definitions LSN and constOU.

Value

a gauss model fit object (list), containing the data (if requested), the model type used, the maximum-likelihood estimated parameters, the log-likelihood at those values, and a convergence indicator


cboettig/earlywarning documentation built on May 13, 2019, 2:07 p.m.