poisson#

class poisson(rate)[source]#

A Poisson trial.

Parameters:

rate (float) – the rate of the Poisson process

Example:

outcome = hpv.poisson(100) # Single Poisson trial with mean 100