Skip to content

Add exponentially weighted moving average#29

Merged
mengelbart merged 1 commit intomasterfrom
feat/ewma
Mar 4, 2026
Merged

Add exponentially weighted moving average#29
mengelbart merged 1 commit intomasterfrom
feat/ewma

Conversation

@mengelbart
Copy link
Contributor

We use this to track the EWMA of the delivery rate and to estimate when we are "close" to convergence, which is defined as being within three standard deviations of the rate when we were in the decrease state.
https://datatracker.ietf.org/doc/html/draft-ietf-rmcat-gcc-02#section-5.5

@mengelbart mengelbart requested a review from JoTurk February 23, 2026 09:55
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (1d19464) to head (71ab935).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #29   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         2    +1     
  Lines           31        49   +18     
=========================================
+ Hits            31        49   +18     
Flag Coverage Δ
go 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@JoTurk JoTurk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty

@mengelbart mengelbart merged commit f44ede8 into master Mar 4, 2026
19 checks passed
@mengelbart mengelbart deleted the feat/ewma branch March 4, 2026 08:29
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.

2 participants