You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added are obtain_u_set_mix2() and obtain_u_set_mix3(), which are functions for obtaining the profile posterior density for the 2-component and 3-component mixture models, respectively.
Also added thin wrappers for mcmc_pol(), mcmc_mix2() and mcmc_mix3(), all with the suffix _wrapper. Specifically, mcmc_mix2_wrapper() calls obtain_u_set_mix2() and mcmc_mix2(), and mcmc_mix3_wrapper() calls obtain_u_set_mix3() and mcmc_mix3().