BIC-methods {rebmix} | R Documentation |
Bayesian Information Criterion
Description
Returns the Bayesian information criterion at pos
.
Usage
## S4 method for signature 'REBMIX'
BIC(x = NULL, pos = 1, ...)
## ... and for other signatures
Arguments
x |
see Methods section below. |
pos |
a desired row number in |
... |
currently not used. |
Methods
signature(x = "REBMIX")
an object of class
REBMIX
.signature(x = "REBMVNORM")
an object of class
REBMVNORM
.
Author(s)
Marko Nagode
References
G. Schwarz. Estimating the dimension of the model. The Annals of Statistics, 6(2):461-464, 1978.
[Package rebmix version 2.16.0 Index]