Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.3k
gh-115532: Add kernel density estimation to the statistics module#115863
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
19 commits Select commitHold shift + click to select a range
2a5841d
Add docs and code for kde()
rhettinger940795f
Alphabetize the function order
rhettinger482c9c1
Add blurb
rhettingere9386ed
Add PDF area test
rhettingerc3ddb1e
Add tests
rhettingera2771cb
Early test for non-numeric data. Tests for name and docstring
rhettingere29d64f
Use StatisticsError for invalid kernels
rhettinger5d8bab0
.
rhettinger9e6aaa7
Add kde() to __all__
rhettingerc8b19d8
Add test for non-sequence input
rhettingerd571452
Fix markup for external link
rhettingerddc32b8
Remove outdated KDE recipe
rhettinger5ac1055
Improve variable names in integration using the midpoint rule.
rhettinger24e38e2
Improve appearance of generated docstring
rhettingere729127
Put the kernel names in italics
rhettingere6d6e0f
Add a whatsnew entry
rhettingerb3fd269
Add test for support interval boundary conditions
rhettinger9dec308
Sync the docstring with the main docs.
rhettinger771a232
Fix missing angle bracket markup
rhettingerFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Early test for non-numeric data. Tests for name and docstring
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commita2771cbc22e108a9763cd01ed72ca31b06026335
There are no files selected for viewing
3 changes: 3 additions & 0 deletionsLib/statistics.py
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
11 changes: 9 additions & 2 deletionsLib/test/test_statistics.py
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.