SIC {tidychangepoint} | R Documentation |
Schwarz information criterion
Description
Schwarz information criterion
Usage
SIC(object, ...)
Arguments
object |
a fitted model object for which there exists a
|
... |
optionally more fitted model objects. |
Value
The value of stats::BIC()
See Also
Other penalty-functions:
BMDL()
,
HQC()
,
MBIC()
,
MDL()
Examples
# The SIC is just the BIC
SIC(fit_meanvar(CET, tau = NULL))
BIC(fit_meanvar(CET, tau = NULL))
[Package tidychangepoint version 1.0.1 Index]