as.evoTSfit.OUBM | R Documentation |
A function that combines useful information summarizing model fit.
as.evoTSfit.OUBM(logL, parameters, modelName, method, K, n, iter, se)
logL |
log-likelihood of model |
parameters |
maximum-likelihood estimates of the parameters |
modelName |
description of the model |
method |
the parameterization used: Joint |
K |
number of parameters in the model |
n |
sample size |
iter |
the number of times the optimization method is run from different starting points. Default is NULL, meaning the optimization is run once. |
se |
standard errors of parameter estimates |
This function is used by the model-fitting routines for the univariate Ornstein-Uhlenbeck model where the optimum evolves as an Unbiased Random Walk to create standardized output
This function is not likely to be called directly by the user.
Kjetil Lysne Voje
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.