Registry / utility / statistical

statistical

JSON →
library1.0.0rscratesunverified

A simple statistics library providing common statistical functions and distributions.

# Cargo.toml [dependencies] statistical = "1.0.0"
INSTALL
IMPORT
SIG · STATISTICAL
S
statistical
utilityrustv1.0.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.

mean
use statistical::mean;

Compute the mean of a list of numbers.

use statistical::mean; fn main() { let data = vec![1.0, 2.0, 3.0, 4.0, 5.0]; let avg = mean(&data); println!("Mean: {}", avg); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
statistical — cargo add statistical · libregistry