[][src]Function z_table::lookup_with

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

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.