Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buffers and Windowed Pipelines #11

Open
corranwebster opened this issue Sep 12, 2024 · 0 comments
Open

Buffers and Windowed Pipelines #11

corranwebster opened this issue Sep 12, 2024 · 0 comments

Comments

@corranwebster
Copy link
Contributor

While exponentially-weighted moving average is probably sufficient for many smoothing operations, there may be situations where statistics on a window of values from a stream is useful.

Similarly, it may be useful to have individual values collect into a buffer before being emitted, or a buffer expanded by individual values, and something like that would be the basic building-block for windowed operations.

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

No branches or pull requests

1 participant