emsr / emsr/cxx_random

Add chi_squared and kolmogorov_smirnov tests to use with histograms..

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.