Description Usage Arguments Details Value
stability model fitting
| 1 2 |   stability_model(X, model = c("LSN", "OU"), p = NULL, ...,
    store_data = TRUE)
 | 
| 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 | 
depends on the gauss class of functions and the model definitions LSN and constOU.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.