Add chi_squared and kolmogorov_smirnov tests to use with histograms..
Open
- Dominant language
- C
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Add chi_squared and kolmogorov_smirnov tests to use with histograms.
Two forms for each:
chi_squared(histogram H, cdf);
chi_squared(histogram H1, histogram H2);
kolmogorov_smirnov(histogram H, cdf);
kolmogorov_smirnov(histogram H1, histogram H2);
Free functions.
We might want a cdf() method for histogram?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.