Learn R Programming

tsdistributions (version 1.0.2)

AIC.tsdistribution.estimate: Akaike's An Information Criterion

Description

Extract the AIC from an estimated model.

Usage

# S3 method for tsdistribution.estimate
AIC(object, ..., k = 2)

# S3 method for tsdistribution.spdestimate AIC(object, ..., k = 2)

Value

The AIC value (scalar).

Arguments

object

an object of class “tsdistribution.estimate”.

...

not currently used.

k

the penalty per parameter to be used; the default k = 2 is the classical AIC.