Learn R Programming

tidychangepoint (version 1.0.0)

SIC: Schwarz information criterion

Description

Schwarz information criterion

Usage

SIC(object, ...)

Value

The value of stats::BIC()

Arguments

object

a fitted model object for which there exists a logLik method to extract the corresponding log-likelihood, or an object inheriting from class logLik.

...

optionally more fitted model objects.

See Also

stats::BIC(), stats::AIC()

Other penalty-functions: BMDL(), HQC(), MBIC(), MDL()

Examples

Run this code
# The SIC is just the BIC
SIC(fit_meanvar(CET, tau = NULL))
BIC(fit_meanvar(CET, tau = NULL))

Run the code above in your browser using DataLab