estimate_ad.tsissm.spec | R Documentation |
Estimates an ISSM model given a specification object using maximum likelihood and autodiff
## S3 method for class 'tsissm.spec' estimate_ad( object, solver = "nlminb", control = list(trace = 0, eval.max = 300, iter.max = 500), use_hessian = FALSE, ... )
object |
An object of class tsissm.spec. |
solver |
Only “nlminb” currently supported. |
control |
Solver control parameters. |
use_hessian |
Whether to include the hessian in the calculation. This is currently problematic and we suggest not overriding the default (FALSE) until further investigation. |
... |
additional parameters passed to the estimation function |
This function is not expected to be used by itself but rather as a plugin to be called from the estimate method of the tsissm package.
An list of coefficients and other information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.