CorMat_mcmc_summary {fabMix}R Documentation

Compute quantiles for the correlation matrix.

Description

Compute quantiles for the correlation matrix per cluster based on the MCMC output stored in a fabMix.object.

Usage

CorMat_mcmc_summary(x, quantile_probs)

Arguments

x

An object of class fabMix.object.

quantile_probs

Vector of probabilities for computing the corresponding quantiles.

Value

quantiles

A list containing the quantiles for the correlation matrix per component. Each element is a p×p×Kp\times p \times K array, where pp and KK denote the dimension of the multivariate data and number of alive components for the selected model, respectively.

p_matrix

A p×p×Kp\times p\times K array, where for each k=1,,Kk = 1,\ldots,K the p×pp\times p matrix p_matrix[,,k] contains the posterior probability 120.5P(ρij>0)1-2|0.5-P(\rho_{ij} > 0)| for i=1,,pi=1,\ldots,p; j=1,,pj=1,\ldots,p.

Author(s)

Panagiotis Papastamoulis


[Package fabMix version 5.1 Index]