Registry / utility / distrs

distrs

JSON →
library0.2.2rscratesunverified

PDF, CDF, and percent-point/quantile functions for the normal and Student’s t distributions

# Cargo.toml [dependencies] distrs = "0.2.2"
INSTALL
IMPORT
SIG · DISTRS
D
distrs
utilityrustv0.2.2
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 distrs::Normal;

Creates a standard normal distribution

use distrs::Normal; fn main() { let normal = Normal::new(0.0, 1.0); println!("Normal distribution created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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