-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.22/00
-
Component/s: Math Libraries
-
Labels:None
-
Environment:
All
-
Development:
TMath::Poisson(n,mu) for n = 0 and mu < 0 returns wrong value ,
instead of returning a NaN it returns exp(-mu) which is completely wrong.
This can cause some fits using the Poisson model to give wring results !