gibbsmix | R Documentation |
A function that samples marginal mixture densities via a marginal Gibbs sampler.
gibbsmix(data, k, b_msr, s_msr, burn = 1000, thin = 150)
data |
The data from which to sample predictive distributions. |
k |
The number of predictive samples to draw. |
b_msr |
A |
s_msr |
A |
burn |
The number of initial sampling iterations to discard, will be truncated if a non-integer. |
thin |
The number of sampling iterations to discard between records, will be truncated if a non-integer. |
A seqre_result
object.
seqre()
, seq_measure()
, base_measure()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.