calc_poisson_fu¶
-
hep_spt.calc_poisson_fu(m, cl=0.6826894921370859)[source]¶ Return the lower and upper frequentist uncertainties for a poisson distribution with mean “m”.
- Parameters
- Returns
Lower and upper uncertainties.
- Return type
Note
This function might turn very time consuming. Consider using
poisson_fu()instead.