View source: R/sample_e0_alpha.R
sampleAlpha | R Documentation |
Sample \alpha
conditional on the current
partition and value of K
using an Metropolis-Hastings
step with log-normal proposal.
sampleAlpha(N, Nk, K, alpha, s0_proposal, log_pAlpha)
N |
A number; indicating the sample size. |
Nk |
An integer vector; indicating the group sizes in the partition. |
K |
A number; indicating the number of components. |
alpha |
A numeric value; indicating the value for |
s0_proposal |
A numeric value; indicating the standard deviation of the random walk. |
log_pAlpha |
A function; evaluating the log prior of |
A named list containing:
"alpha"
: a numeric, the new \alpha
value.
"acc"
: logical indicating acceptance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.