Commit 7be1228
authored
Remove max from the Kuiper statistic (#1690)
* Remove max from the Kuiper statistic
The reference implementation of uses max() only for the
Kolmogorov-Smirnov statistic; the Kuiper statistic is the difference
between the max and the min.
https://github.com/denismr/incremental-ks/blob/c6bc98833db67d9dc90a0f997a11877860966337/IncrementalKS/Pure%20Python/IKS.py#L55
* Add a changelog entry1 parent 79d476f commit 7be1228
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
0 commit comments