Hi,
For some reason fx-9860GII seems to have some problems with poisson distribution.
When dealing with big numbers 9860 gives wrong answers, when certain limit is crossed.
Here's my test scenario:
Function PoissonCD(X,MEAN)
"X" "MEAN" "CORRECT ANSWER" "9860's ANSWER"
9995 10000 0,48272 0,48272
9996 10000 0,48670 0,48670
9997 10000 0,49069 0,49069
9998 10000 0,49468 0,49468
9999 10000 0,49867 0,80853 (wrong answer)
10000 10000 0,50266 0,80900 (wrong answer)
Has anyone else noticed this?
Rgs,
DelMonte
