nectarchain.trr_test_suite.utils.pois#
- pois(x, A, R)#
Computes the expected distribution for a Poisson process with rate parameter
R.- Args:
x (float): The input value. A (float): The amplitude parameter. R (float): The rate parameter.
- Returns:
float: The expected distribution for the Poisson process.