sigmac {CNPBayes}R Documentation

Retrieve standard deviation of each component/batch mean at each iteration of the MCMC.

Description

Retrieve standard deviation of each component/batch mean at each iteration of the MCMC.

Usage

sigmac(object)

Arguments

object

an object of class MarginalModel or BatchModel

Value

A matrix of size N x K where N is the number of observations and K is the number of components

Examples

     sigmac(SingleBatchModelExample)

[Package CNPBayes version 1.13.5 Index]