Docs.rs
plotters-statistical-0.1.0
plotters-statistical 0.1.0
Docs.rs crate page
MIT
13 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
mi7plus
Dependencies
plotters =0.3.7
normal
plotters-backend =0.3.7
normal
approx ^0.5
dev
criterion ^0.5
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module normal
plotters_
statistical
0.1.0
Module normal
Module Items
Functions
In plotters_
statistical::
stats
plotters_statistical
::
stats
Module
normal
Copy item path
Source
Expand description
Standard-normal inverse CDF (quantile function), for theoretical quantiles on Q–Q plots.
Functions
§
norm_
ppf
Inverse standard-normal CDF (probit) via Acklam’s rational approximation, accurate to roughly
1e-9
across
(0, 1)
.