coef.tsdistribution.estimate {tsdistributions} | R Documentation |
Extract Model Coefficients
Description
Extract Model Coefficients
Usage
## S3 method for class 'tsdistribution.estimate'
coef(object, ...)
## S3 method for class 'tsdistribution.spdestimate'
coef(object, ...)
Arguments
object |
an object of class tsdistribution.estimate. |
... |
other arguments. |
Value
A vector of the estimated model coefficients.
[Package tsdistributions version 1.0.1 Index]