sampling_Lambda_jj: MCMC sampling of parameter "Lambda_{j,j}" in the...

View source: R/sampling_Lambda_jj.R

sampling_Lambda_jjR Documentation

MCMC sampling of parameter "Λ_{j,j}" in the mixdpcluster model for Bayesian clustering.

Description

Generates a sample from the the posterior distribution of the j-th diagonal element (i,j) of the Λ matrix in the mixdpcluster model for bayesian clustering. The simulation is done via Metropolis-Hastings method.

Usage

sampling_Lambda_jj(
  n_sim_mh = 1,
  sigma_jj_ini,
  j,
  d_0_z,
  d_1_z,
  kappa = 1,
  Z,
  mu_Z,
  sigma_Z,
  sampling_prob,
  max.time = 10 * 60,
  n.burn = 0,
  accept_display = T,
  verbose = F,
  USING_CPP = TRUE
)

christianu7/BNPMIXcluster documentation built on Sept. 10, 2022, 11:40 p.m.