[][src]Crate z_table

Functions

lookup

Lookup function for the Z table. Returns the corresponding value of the cumulative distribution function of the standard normal distribution. The input values may be negative.

lookup_with

Lookup function for the Z table. 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.