sampleK_e0 {telescope} | R Documentation |
Sample K conditional on e0 (fixed or random, but not depending on K).
Description
This sampling step only relies on the current partition and is independent of the current component-specific parameters, see Frühwirth-Schnatter et al (2021).
Usage
sampleK_e0(Kp_j, Kmax, log_pK, log_p_e0, e0, N)
Arguments
Kp_j |
A number; indicating the current value of |
Kmax |
A number; indicating the maximum value of |
log_pK |
A function; evaluating the prior of |
log_p_e0 |
A function; evaluating the log prior of |
e0 |
A number; indicating the value of |
N |
A number; indicating the number of observations. |
Value
A number indicating the new value of K
.
[Package telescope version 0.1-0 Index]