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

New operators to do trending #5358

Closed
sbouchex opened this issue Jan 14, 2016 · 2 comments
Closed

New operators to do trending #5358

sbouchex opened this issue Jan 14, 2016 · 2 comments

Comments

@sbouchex
Copy link
Contributor

A nice to have would be to have some operators to estimate a value based on previous ones by using different algorithms (Moving average, Weighted moving average, least-square or Moving median)

see https://en.wikipedia.org/wiki/Moving_average
see https://en.wikipedia.org/wiki/Linear_trend_estimation

Operators can be:
linear: trend(serie, nb points)
least square: lstrend(serie, nb points)

@sslupsky
Copy link

sslupsky commented Sep 6, 2016

Moving median would be a nice one to have. Presently, to apply a median filter requires that you downsample your data.

@stale
Copy link

stale bot commented Jul 23, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants