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
Fix incorrect formula for beta distribution
The formula for the mode of the beta distribution was incorrect.
Corrected using Wolfram Alpha as test reference.
Fixes: jstat#133
PR-URL: jstat#134
Reviewed-by: Trevor Norris <trev.norris@gmail.com>