Stats kolmogorovsmirnov - CyrilB1531/lodestar GitHub Wiki
Development build. This page describes
main, not a released package. The latest published Lodestar.Stats is 0.4.0 — read its documentation.
Home › Stats › Hypothesis tests
KolmogorovSmirnov
The two-sample Kolmogorov-Smirnov test.
Two-sample only. The one-sample test compares a sample against a named distribution, which means passing a cumulative distribution function; this package has no distributions namespace to pass one from, and inventing one to serve a single test is a second package's worth of surface.
Members
| Member | What it does |
|---|---|
KolmogorovSmirnov.TwoSample |
Compares two samples by the largest gap between their empirical distributions. |