sampling_b: MCMC sampling of parameter "b" in the _mixdpcluster_ model...

View source: R/sampling_b.R

sampling_bR Documentation

MCMC sampling of parameter "b" in the mixdpcluster model for Bayesian clustering.

Description

Generates a sample from the posterior distribution of b in the mixdpcluster model for bayesian clustering. The simulation is done via Metropolis-Hastings method.

Usage

sampling_b(
  n_sim_mh = 1,
  b_ini,
  a,
  d_0_b,
  d_1_b,
  eta = 1,
  mu_star_n_r,
  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.