estimate.tsdistribution.spec | R Documentation |
Estimates the parameters of a distribution using autodiff.
## S3 method for class 'tsdistribution.spec'
estimate(
object,
solver = "nlminb",
control = list(trace = 0, eval.max = 300, iter.max = 500),
use_hessian = TRUE,
...
)
object |
an object of class “tsdistribution.spec”. |
solver |
only “nlminb” currently supported. |
control |
solver control parameters. |
use_hessian |
whether to use the hessian in the calculation. |
... |
additional parameters passed to the estimation function |
The estimation makes use of the TMB package for minimizing the negative of the log-likelihood using automatic differentiation.
An object of class “tsdistribution.estimate” with slots for the estimated coefficients, gradients, scores etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.