extractAIC.spARCH: Computes the Akaike information criterion

View source: R/Estimation.R

extractAIC.spARCHR Documentation

Computes the Akaike information criterion

Description

The function extracts the log-likelihood of a spatial ARCH model.

Usage

## S3 method for class 'spARCH'
extractAIC(fit, scale, k = 2, ...)

Arguments

fit

spARCH object (fitted model resulting of qml.spARCH).

scale

currently unused for spARCH objects.

k

parameter specifying the weight for the penalizing term.

...

Other arguments.

Details

Numeric vector of length 2 is returned. The first element specify the edf (equivalent degree of freedom) and the Akaike information criterion is returned as second element.

Author(s)

Philipp Otto philipp.otto@glasgow.ac.uk


spGARCH documentation built on April 11, 2025, 5:51 p.m.