-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[ES|QL] Add a standard deviation function #116531
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
7594d5a
Add a standard deviation function
limotova fa54d73
lint
limotova ffdf276
Merge branch 'main' into add-stddev-function
limotova b4c9c1b
rest test
limotova 0a74c9a
bwc
limotova 5941da8
Merge branch 'main' into add-stddev-function
limotova 55cdef1
move states from template to individual classes
limotova cb07ebd
Merge branch 'main' into add-stddev-function
limotova 9f8b3be
change State names to SingleState and GroupingState
limotova 5fb5b88
change StdDeviation to StdDev
limotova 3503934
fix parallel algorithm
limotova 2b4f80d
whoops docs
limotova bb32947
lint
limotova a8bff93
Merge branch 'main' into add-stddev-function
limotova f69d640
more renaming
limotova 8a5ac5c
linting continues
limotova 78f2061
Merge branch 'main' into add-stddev-function
limotova 81fbf0a
Merge branch 'main' into add-stddev-function
limotova 6842d40
Merge branch 'main' into add-stddev-function
limotova 93b36db
move evaluate final to states and fix entry
limotova 99411a9
Update docs/changelog/116531.yaml
limotova bc715f4
change SingleState to WelfordAlgorithm and change tests
limotova a3477ef
dot
limotova 17f0b6b
Merge branch 'main' into add-stddev-function
limotova a476e03
tests, resolveType, changelog
limotova 3e2ae59
Merge branch 'main' into add-stddev-function
limotova c59efab
specify order of filter test
limotova 601cfa5
Merge branch 'main' into add-stddev-function
limotova 03e2a70
fix changelog
limotova 827af56
set intermediate values to 0 when null
limotova ad4daa7
Merge branch 'main' into add-stddev-function
limotova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pr: 116531 | ||
summary: "[ES|QL] Add a standard deviation function" | ||
summary: "Add a standard deviation function" | ||
limotova marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.