USArmy-Corps-of-Engineers-RMC / Numerics

Numerics is a free and open-source library for .NET developed by USACE-RMC, providing a comprehensive set of methods and algorithms for numerical computations and statistical analysis.
Other
18 stars 2 forks source link

Bug with InverseCDF() in BetaDistribution #98

Closed tikigonzo closed 1 month ago

tikigonzo commented 1 month ago

When InverseCDF(0.5) is tested Assert.AreEqual fails even though it is the same value.

Message:  Assert.AreEqual failed. Expected:<0.5>. Actual:<0.5>.

HadenSmith commented 1 month ago

Can you show me your inputs and code? Thanks,