You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Found that FSharp.Stats.Distributions.hypergeometric(..).CDF is float -> float, whereas the input k (the number of drawn success events) should be int, therefore int -> float.
Describe the bug
Found that
FSharp.Stats.Distributions.hypergeometric(..).CDF
isfloat -> float
, whereas the inputk
(the number of drawn success events) should beint
, thereforeint -> float
.Found here:
BioFSharp/src/BioFSharp.Stats/OntologyEnrichment.fs
Line 88 in 08618f7
Will be changed in FSharp.Stats somewhere in the future.
The text was updated successfully, but these errors were encountered: