Function z_table::reverse_lookup_with[][src]

pub const fn reverse_lookup_with(
    p: f32,
    mean: f32,
    standard_derivation: f32
) -> f32
Expand description

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