BIC.tsdistribution.estimate {tsdistributions}R Documentation

Bayesian Information Criterion

Description

Extract the BIC from an estimated model.

Usage

## S3 method for class 'tsdistribution.estimate'
BIC(object, ...)

## S3 method for class 'tsdistribution.spdestimate'
BIC(object, ...)

Arguments

object

an object of class “tsdistribution.estimate”.

...

not currently used.

Value

The BIC value (scalar).


[Package tsdistributions version 1.0.1 Index]