Function z_table::reverse_lookup[][src]

pub const fn reverse_lookup(p: f32) -> f32
Expand description

Reverse lookup function for the Z table. Given a value of the cumulative distribution function of the standard normal distribution, returns the corresponding z value. Only inputs between and including 0 and 1 are allowed.