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
Percentiles calculations generated different results depending on whether percentiles (of shares of days) are computed based on every 1, 2, 5, 10, or N percentile. This is due to the code using round when it should use ceil.
Code updated to reflect round to ceil changes.
The text was updated successfully, but these errors were encountered:
Corrections for #39 and #40 .
Percentiles calculations generated different results depending on whether percentiles (of shares of days) are computed based on every 1, 2, 5, 10, or N percentile. This is due to the code using
round
when it should useceil
.Code updated to reflect
round
toceil
changes.The text was updated successfully, but these errors were encountered: