sigma2 {CNPBayes} | R Documentation |
For a MarginalModel, this function returns a vector of variances. For a BatchModel, returns a matrix of size number of batches by number of components.
sigma2(object) ## S4 method for signature 'McmcChains' sigma2(object) ## S4 method for signature 'MixtureModel' sigma2(object) ## S4 method for signature 'MultiBatchPooled' sigma2(object) ## S4 method for signature 'MultiBatchCopyNumberPooled' sigma2(object) ## S4 method for signature 'MultiBatchCopyNumberPooled' sigma(object)
object |
see |
A vector of length number of components or a matrix of size number of batches x number of components
sigma2(SingleBatchModelExample)