-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Should support moving averages aggregate function #77
Comments
👍 EMA functions would be great! |
Comments from #396 (which is a duplicate of this issue) It would be great to have Influx calculate a (simple) moving average (or median, or maybe even percentiles). For example: |
+1 |
1 similar comment
+1 |
[Fix #74] Refactor to use binary log and binary RPCs.
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1, really need this. Should we think about it together? |
+1 but as a downsampled continuous queries
|
+1 |
2 similar comments
+1 |
+1 |
+1 |
3 similar comments
+1 |
+1 |
+1 |
I'd really like to have a go at this (and Holt winters forecasting). CQ seems the right way of doing these. They'd need access previous buckets/periods. Any tips would be appreciated. I'll start having a dig around |
+1 |
unsubscribe
|
+1 |
unsubscribe On Wed, Mar 2, 2016 at 3:49 PM, Jeff Schumacher notifications@github.com
|
@mbalkanloo that's not how you unsubscribe to an issue. You're adding more noise whenever you send that email. Follow the link to GH and unsubscribe to the issue using their interface. |
+1 |
1 similar comment
+1 |
As mentioned in my post to the mailing list we are experimenting with simplifying our open GitHub Issues. This feature request has been rolled into an aggregate issue for all function requests, so that we can close this issue until we are ready to work on it. You may continue to make comments here. Closing the issue does not mean we are rejecting this idea. |
I'll be making a new issue for each component of this issue. The simple moving average aggregate is in #6112 and we hope to be able to get that into 0.12.0, but no promises. I'm reclosing this issue for now. |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
We have implemented some moving average functions. If you need a moving average function that isn't included in the latest version, please open a new issue so we can triage the issue. Thanks. I'm going to lock this conversation to prevent additional +1 comments. |
Should be able to calculate moving averages of different types. Simple, weighted, exponential, etc. Need to come up with specific syntax and stuff, but for now there's more reading here http://en.wikipedia.org/wiki/Moving_average
The text was updated successfully, but these errors were encountered: