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
Return correct values for jStat.studentt.inv
Added tests for the studentt.pdf, .cdf, and .inv methods. Fixed an issue
with the .inv method (always returned positive values).
Fixes: jstat#88
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
Fix returning NaN for smaller integer values
When beta.pdf() was changed to use log format in f89649 to not return
NaN for large values it introduced a bug where NaN was returned for
smaller integer values.