Function z_table::lookup[][src]

pub const fn lookup(z: 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 standard normal distribution. The input values may be negative.