ran_gamma {extras} | R Documentation |
Gamma Random Samples
Description
Gamma Random Samples
Usage
ran_gamma(n = 1, shape = 1, rate = 1)
Arguments
n |
A non-negative whole number of the number of random samples to generate. |
shape |
A non-negative numeric vector of shape. |
rate |
A non-negative numeric vector of rate. |
Value
A numeric vector of the random samples.
See Also
Other ran_dist:
ran_bern()
,
ran_beta_binom()
,
ran_binom()
,
ran_gamma_pois_zi()
,
ran_gamma_pois()
,
ran_lnorm()
,
ran_neg_binom()
,
ran_norm()
,
ran_pois_zi()
,
ran_pois()
,
ran_student()
Examples
ran_gamma(10)
[Package extras version 0.6.1 Index]