Skip to content

Commit 1aa9a69

Browse files
authored
Add more Kolmogorov–Smirnov test (#1504)
Enhance Kolmogorov–Smirnov Test Coverage for Various Distributions
1 parent 0d32093 commit 1aa9a69

File tree

4 files changed

+850
-7
lines changed

4 files changed

+850
-7
lines changed

rand_distr/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- Fix panic in Binomial (#1484)
1010
- Move some of the computations in Binomial from `sample` to `new` (#1484)
1111
- Add Kolmogorov Smirnov test for sampling of `Normal` and `Binomial` (#1494)
12+
- Add Kolmogorov Smirnov test for more distributions (#1504)
1213

1314
### Added
1415
- Add plots for `rand_distr` distributions to documentation (#1434)

0 commit comments

Comments
 (0)