Registry / other / kolmogorov-smirnov

kolmogorov-smirnov

JSON →
library1.1.0rscratesunverified

Implementation of the Kolmogorov-Smirnov statistical test as a Rust library.

# Cargo.toml [dependencies] kolmogorov_smirnov = "1.1.0"
INSTALL
IMPORT
SIG · KOLMOGOROV-SMIRNOV
K
kolmogorov-smirnov
otherrustv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

test
use kolmogorov_smirnov::test;

Perform a two-sample Kolmogorov-Smirnov test

use kolmogorov_smirnov::test; fn main() { let sample1 = vec![1.0, 2.0, 3.0]; let sample2 = vec![1.5, 2.5, 3.5]; let result = test(&sample1, &sample2); println!("KS statistic: {}", result.statistic); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
9
Resources
kolmogorov-smirnov — cargo add kolmogorov-smirnov · libregistry