PC-methods {rebmix} | R Documentation |
Partition Coefficient
Description
Returns the partition coefficient of Bezdek at pos
.
Usage
## S4 method for signature 'REBMIX'
PC(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. McLachlan and D. Peel. Finite Mixture Models. John Wiley & Sons, New York, 2000.
[Package rebmix version 2.16.0 Index]