coef.tsmarch function

Extract Model Coefficients

Extract Model Coefficients

Extract the estimated coefficients of a model.

## S3 method for class 'cgarch.estimate' coef(object, ...) ## S3 method for class 'dcc.estimate' coef(object, ...) ## S3 method for class 'gogarch.estimate' coef(object, ...)

Arguments

  • object: an estimated object from one of the models in the package.
  • ...: none

Returns

A numeric named vector of estimated coefficients.

Author(s)

Alexios Galanos