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
I get Math::DomainError: Numerical argument is out of domain - "sqrt"
when running: WilsonScore.rating_lower_bound(1, 100, 1..5, confidence: 0.12)
or WilsonScore.rating_lower_bound(5, 25, 1..5, confidence: 0.8)
but not when running: WilsonScore.rating_lower_bound(2, 100, 1..5, confidence: 0.12)
The text was updated successfully, but these errors were encountered:
I get
Math::DomainError: Numerical argument is out of domain - "sqrt"
when running:
WilsonScore.rating_lower_bound(1, 100, 1..5, confidence: 0.12)
or
WilsonScore.rating_lower_bound(5, 25, 1..5, confidence: 0.8)
but not when running:
WilsonScore.rating_lower_bound(2, 100, 1..5, confidence: 0.12)
The text was updated successfully, but these errors were encountered: