BIC: Method BIC Bayesian information criterion (BIC) method

BICR Documentation

Method BIC Bayesian information criterion (BIC) method

Description

A method to calculate the Bayesian information criterion (BIC), also known as Schwarz's Bayesian criterion of an FLModel object from the value of the obtained log-likelihood stored in its logLik slot.

Usage

## S4 method for signature 'FLModel'
BIC(object)

Arguments

object

a fitted FLModel object for which there exists a 'logLik' method to extract the corresponding log-likelihood.

Generic function

BIC(object)

Author(s)

The FLR Team

See Also

AIC, BIC, FLModel, logLik

Examples


data(nsher)
BIC(nsher)


flr/FLCore documentation built on May 4, 2024, midnight