Learn R Programming

qgarch (version 0.1.0)

residuals.qgarch: Residuals from a qgarch model

Description

Residuals from a qgarch model

Usage

# S3 method for qgarch
residuals(object, type = c("raw", "standardized", "eta"), ...)

Value

A numeric vector of residuals.

Arguments

object

A fitted qgarch object.

type

Type of residuals to return: "raw", "standardized", or "eta".

...

Unused.