summary.cgarch.estimate {tsmarch}R Documentation

Model Estimation Summary

Description

Summary method for class “cgarch.estimate” or “dcc.estimate”.

Usage

## S3 method for class 'cgarch.estimate'
summary(object, vcov_type = "OP", ...)

## S3 method for class 'dcc.estimate'
summary(object, vcov_type = "OP", ...)

## S3 method for class 'gogarch.estimate'
summary(object, vcov_type = "OP", ...)

Arguments

object

an object of class “cgarch.estimate” or “dcc.estimate”.

vcov_type

the type of standard errors based on the vcov estimate (see vcov).

...

not currently used.

Value

A list with summary information of class “summary.cgarch.estimate” or “summary.dcc.estimate”.


[Package tsmarch version 1.0.0 Index]