Function z_table::lookup_with[][src]

pub const fn lookup_with(z: f32, mean: f32, standard_derivation: f32) -> f32
Expand description

Lookup function for the Z table. Given a z value, returns the corresponding value of the cumulative distribution function of the normal distribution with the provided mean and standard derivation. The input values may be negative.