coef.tsgarch.estimate {tsgarch}R Documentation

Extract Model Coefficients

Description

Extract the estimated coefficients of a model.

Usage

## S3 method for class 'tsgarch.estimate'
coef(object, ...)

Arguments

object

an object of class “tsgarch.estimate”.

...

not currently used.

Value

A numeric named vector of estimated coefficients.


[Package tsgarch version 1.0.2 Index]