rtgamma {hbmem} | R Documentation |
Function rtgamma
Description
Returns random draws from truncated gamma distributuion.
Usage
rtgamma(N, shape, scale, a, b)
Arguments
N |
Number of samples. |
shape |
Shape of gamma distribution. |
scale |
Scale of gamma distributuion. |
a |
Lower truncation point. |
b |
Upper truncation point. |
[Package hbmem version 0.3-4 Index]