bic: Bayesian information criterion

View source: R/ts.R

bicR Documentation

Bayesian information criterion

Description

Calculates the Bayesian information criterion of a climex.fit.gev or climex.fit.gpd class object or a list of those.

Usage

bic(x)

Arguments

x

Either an object returned by the fit.gev or fit.gpd function or a list of such elements.

Details

The climex.fit.gev object is of identical structure as the output of the optim function.

Value

Numeric value, if the input is a single fitting object, or a numerical vector, if x is a list of such objects.

Author(s)

Philipp Mueller

See Also

aic, fit.gev, fit.gpd

Other ts: aic.climex.fit.gev, aic.climex.fit.gpd, aic.list, aic, anomalies.list, anomalies.xts, anomalies, bic.climex.fit.gev, bic.climex.fit.gpd, bic.list, check.completeness, remove.incomplete.years.list, remove.incomplete.years.xts, remove.incomplete.years, remove.seasonality.list, remove.seasonality.xts, remove.seasonality


theGreatWhiteShark/climex documentation built on July 13, 2022, 9:11 a.m.