sigma {CNPBayes}R Documentation

Retrieve standard deviations of each component/batch mean.

Description

Retrieve standard deviations of each component/batch mean.

Usage

sigma(object)

Arguments

object

an object of class MarginalModel or BatchModel

Value

A vector of length K, or a matrix of size B x K, where K is the number of components and B is the number of batches

Examples

     sigma(SingleBatchModelExample)

[Package CNPBayes version 1.13.5 Index]