Learn R Programming

spGARCH (version 0.2.3)

extractAIC.spARCH: Computes the Akaike information criterion

Description

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

Usage

# S3 method for 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.

Author

Philipp Otto philipp.otto@glasgow.ac.uk

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.