estimate_ad.tsets.spec | R Documentation |
Estimates an ETS model given a specification object using maximum likelihood and autodiff
## S3 method for class 'tsets.spec' estimate_ad(object, solver = "nlminb", control = list(trace = 0), ...)
object |
An object of class tsets.spec. |
solver |
One of either “nloptr” or “nlminb”. Using nlminb which takes the hessian appears to provide better results. |
control |
Solver control parameters. |
... |
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 tsets 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.