boax.core.distributions.normal.cdf

Contents

boax.core.distributions.normal.cdf#

boax.core.distributions.normal.cdf(normal, x)#

Cumulative distribution function.

Parameters:
  • normal (Normal) – The normal distribution.

  • values – The values to evaluate.

Return type:

Union[Array, ndarray, bool, number]

Returns:

The cumulative distribution function values.