simulate_hp {DiscreteDists} | R Documentation |
The simulate_hp
Description
Auxiliar function to generate a single observation for HYPERPO.
This function is used inside random function of Hyper Poisson.
Usage
simulate_hp(sigma, mu)
simulate_hp(sigma, mu)
Arguments
sigma |
value for sigma parameter. |
mu |
value for mu parameter. |
Value
a single value for the HYPERPO distribution.
[Package DiscreteDists version 1.0.0 Index]