(25) Poisson Probability Distribution - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: General Software Library (/forum-13.html) +--- Thread: (25) Poisson Probability Distribution (/thread-14016.html) |
(25) Poisson Probability Distribution - PedroLeiva - 11-19-2019 11:59 PM Here my program for Poisson. The PDF includes program, instructions and examples. It´s interesting to observe that the routing for factorial calculation only works for k >= 2; if k<2 the factorial routine is avoided since it would be equal to 1. The original Factorial calculation program (HP-25 Application Programs) works only for K>=2 and <=69. Pedro |