Stats 0.4.0 kolmogorovsmirnov - CyrilB1531/lodestar GitHub Wiki

Lodestar.Stats 0.4.0. This page is frozen at that release. Read the current documentation for what main says now. A link to a decision or a migration page follows main, and leaves the archive.

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.