tsmoments {tsmethods} | R Documentation |
Analytic Moments
Description
Generic method for generating the analytic (or approximated) moments of the model or forecast (usually mean and variance).
Usage
tsmoments(object, ...)
Arguments
object |
an object. |
... |
additional parameters passed to the method. |
Value
The moments of the class it was applied to (e.g. estimated or predicted object).
[Package tsmethods version 1.0.1 Index]