-
-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optimized simultaneous ECDF bands (#2368)
* Add optimized ECDF confidence bands * Test ECDF optimized confidence bands * Default to optimized confidence bands * Use more descriptive names * Support optimized ECDF bands in plots * Test optimized ECDF bands in plots * Run black on new code * Drop unnecessary rvs keyword from examples * Update changelog * Fix or disable linting errors * Speed up optimized bands with numba if available * Make functions work even when jit is disabled * Fix pylint errors * Disable pylint warning * Add heuristic for switching between band methods * Add test for low and high number of draws * Run black
- Loading branch information
Showing
5 changed files
with
195 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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