draw_from_gamma {ern} | R Documentation |
Draw from gamma for a parameter specified in a distribution family list.
Description
Draw from gamma for a parameter specified in a distribution family list.
Usage
draw_from_gamma(par, dist)
Arguments
par |
Character. Name of the parameter to sample. |
dist |
List. Distribution definition, as output by |
Value
Numeric. The sampled parameter value.
[Package ern version 2.1.2 Index]