Skip to content

Robust MAD Scaler#8

Merged
MathisWellmann merged 14 commits into
mainfrom
mad
Jun 4, 2026
Merged

Robust MAD Scaler#8
MathisWellmann merged 14 commits into
mainfrom
mad

Conversation

@MathisWellmann

@MathisWellmann MathisWellmann commented Jun 4, 2026

Copy link
Copy Markdown
Owner
  • Robust Median Absolute Deviation Scaler
  • New MadScaler struct which essentially computes (x - median(X)) / (1.4826 * MAD) where MAD = median((x - median(X).abs())
  • Its more resistant to outliers and handles heavy-tailed data better than the ZScoreStandardization.
  • Bump rand to version 0.10
  • version 9.1.0

@MathisWellmann MathisWellmann self-assigned this Jun 4, 2026
…g(w))` sorting based implementation. Runtime improvements of > 6%, up to +35% on 4096 window length.
@MathisWellmann MathisWellmann merged commit b2610bf into main Jun 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant