estimate {tsmethods} | R Documentation |
Model Estimation
Description
Generic method for estimating (fitting) a model.
Usage
estimate(object, ...)
Arguments
object |
an object of the model specification. |
... |
additional parameters passed to the method. |
Value
An object holding the results of the estimated model.
[Package tsmethods version 1.0.1 Index]