base_rejection_sampler_mixG | R Documentation |
Sample for base level tempered mixture Gaussian
base_rejection_sampler_mixG( nsamples, weights, means, sds, beta, proposal_sds, dominating_M )
nsamples |
number of samples per node |
weights |
vector: weights of mixture Gaussian |
means |
vector: means of mixture Gassuan |
sds |
vector: st.devs of mixture Gaussian |
beta |
real value between 0 and 1 |
proposal_sds |
vector: st.devs of proposal mixture Gaussian |
dominating_M |
constant M to bound the target density |
list of length (1/beta) with samples from tempered mixture Gaussian
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.