View source: R/HurdleDistributions.R
rCondHurdle210 | R Documentation |
Return a sample from f(x_i | x_-i), that is, a sample of the conditional distribution of the i
th coordinates, given x
aside from x_i
.
rCondHurdle210(x, j, G, H, K, tol = 5e-04)
x |
vector, or matrix, to be conditioned upon. |
j |
coordinate to be returned |
G |
binary dependence matrix |
H |
location dependence matrix |
K |
precision matrix |
tol |
tolerance for calling a point to be numerically equal to zero. |
x
is assumed in the same order as the parameter vectors, aside from its missing ith element.
This function is vectorized over x.
numeric sample from x_i | x_-i
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.