Registry / other / statrs

statrs

JSON →
library0.18.0rscratesunverified

Statistical computing library for Rust.

# Cargo.toml [dependencies] statrs = "0.18.0"
INSTALL
IMPORT
SIG · STATRS
S
statrs
otherrustv0.18.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.

Normal
use statrs::distribution::Normal;

Computes the cumulative distribution function of a normal distribution.

use statrs::distribution::Normal; use statrs::distribution::ContinuousCDF; let normal = Normal::new(0.0, 1.0).unwrap(); let prob = normal.cdf(1.96); println!("CDF at 1.96: {}", prob);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.18.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
11
Resources
statrs — cargo add statrs · libregistry