tsbenchmark.tsissm.spec | R Documentation |
Benchmarks and saves the details of a model for benchmarking of speed and unit testing.
## S3 method for class 'tsissm.spec' tsbenchmark( object, solver = "nlminb", control = list(trace = 0), autodiff = FALSE, ... )
object |
an object of class “tsissm.spec”. |
solver |
solver to use for estimation. |
control |
additional controls passed to the solver. |
autodiff |
whether to use automatic differentiation for estimation. This makes use of the tsissmad package. |
... |
not currently used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.