BIC.tsissm.estimate {tsissm} | R Documentation |
Bayesian Information Criterion
Description
Extract the BIC from an estimated model.
Usage
## S3 method for class 'tsissm.estimate'
BIC(object, ...)
## S3 method for class 'tsissm.selection'
BIC(object, ...)
Arguments
object |
an object of class “tsissm.estimate”. |
... |
not currently used. |
Value
A numeric value.
[Package tsissm version 1.0.2 Index]