moments_cc: Calculate moments on samples of multivariate mixture models

Description Usage Arguments Value See Also

View source: R/RcppExports.R

Description

This function calculates the moments for MCMC samples of multivariate mixture models. Moments like means, standard deviations, kurtosis and skewness are computed for each iteration in MCMC sampling. The moments are used when plotting the traces of an MCMC sample output.

Usage

1
moments_cc(classS4)

Arguments

classS4

An mcmcoutput class containing the MCMC samples.

Value

A named list with vectors containing the data moments for each iteration in the MCMC sample.

See Also


simonsays1980/finmix documentation built on Dec. 23, 2021, 2:25 a.m.