- poisson-mu-ci k alphaprocedure
returns two values, the upper and lower bounds on the poisson parameter if k events are observed; the bound is for confidence (1-alpha).
> (poisson-mu-ci 10 0.9) 8.305419921875 10.0635986328125 ; 2 values
returns two values, the upper and lower bounds on the poisson parameter if k events are observed; the bound is for confidence (1-alpha).
> (poisson-mu-ci 10 0.9) 8.305419921875 10.0635986328125 ; 2 values