X Tutup
The Wayback Machine - https://web.archive.org/web/20210623214351/https://github.com/netdata/netdata/pull/4470
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

optimized ses and added des #4470

Merged
merged 3 commits into from Oct 24, 2018
Merged

optimized ses and added des #4470

merged 3 commits into from Oct 24, 2018

Conversation

@ktsaou
Copy link
Member

@ktsaou ktsaou commented Oct 23, 2018

Summary

This PR optimizes the single exponential smoothing ses and standard deviation stddev queries and adds a first draft of:

  1. double exponential smoothing des
  2. coefficient of variation cv

Updated readme files.

Component Name

api/queries

Additional Information

@ktsaou ktsaou requested a review from vlvkobal Oct 23, 2018
ktsaou added 2 commits Oct 23, 2018
…ling is required and the timeframe is not enough for a single point
@ktsaou ktsaou merged commit f857aa3 into netdata:master Oct 24, 2018
6 checks passed
6 checks passed
Codacy/PR Quality Review Up to standards. A positive pull request.
Details
LGTM analysis: C/C++ No alert changes
Details
LGTM analysis: JavaScript No code changes detected
Details
LGTM analysis: Python No code changes detected
Details
@travis-ci
Travis CI - Pull Request Build Passed
Details
license/cla Contributor License Agreement is signed.
Details
@ktsaou ktsaou deleted the ktsaou:des branch Oct 24, 2018
Kiku-Reise added a commit to Kiku-Reise/netdata that referenced this pull request Mar 4, 2019
* optimized ses and added des

* added coefficient of variation

* fix bug identified by @vlvkobal: use all available points when resampling is required and the timeframe is not enough for a single point
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
X Tutup