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
Add `percentile(arr, p)` that calculates the p-th percentile of a
numeric array using linear interpolation between closest ranks.
Returns None for empty arrays and errors on invalid input.
0 commit comments