[][src]Function z_table::reverse_lookup

pub fn reverse_lookup(p: f32) -> f32

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.