simulate_hp: The simulate_hp

View source: R/utils.R View source: R/simulate_hp.R

simulate_hpR 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.


DiscreteDists documentation built on Sept. 14, 2024, 1:07 a.m.