Learn R Programming

DiscreteDists (version 1.0.0)

simulate_hp: 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)

Value

a single value for the HYPERPO distribution.

Arguments

sigma

value for sigma parameter.

mu

value for mu parameter.