Skip to content

fix(quantile)!: correct off-by-one index error in all estimation methods#183

Merged
JimmyMAndersson merged 1 commit into
mainfrom
fix/177-quantile-lerp-inv-empirical-cdf
May 23, 2026
Merged

fix(quantile)!: correct off-by-one index error in all estimation methods#183
JimmyMAndersson merged 1 commit into
mainfrom
fix/177-quantile-lerp-inv-empirical-cdf

Conversation

@JimmyMAndersson

Copy link
Copy Markdown
Owner

BREAKING CHANGE: QuantileEstimationMethod.closestOrOddIndexed renamed to .closest.

Fixes: #177

@JimmyMAndersson JimmyMAndersson self-assigned this May 23, 2026
@JimmyMAndersson JimmyMAndersson added the bug Something isn't working label May 23, 2026
BREAKING CHANGE: QuantileEstimationMethod.closestOrOddIndexed renamed to .closest.

Fixes: #177
@JimmyMAndersson JimmyMAndersson force-pushed the fix/177-quantile-lerp-inv-empirical-cdf branch from 5261865 to a43256b Compare May 23, 2026 18:52
@JimmyMAndersson JimmyMAndersson merged commit ef6f9d0 into main May 23, 2026
5 checks passed
@JimmyMAndersson JimmyMAndersson deleted the fix/177-quantile-lerp-inv-empirical-cdf branch May 23, 2026 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

quantile(probability:of:method:) crashes with .lerpInverseEmpiricalCDF on small collections

1 participant