boax.core.distributions.normal.sf

Contents

boax.core.distributions.normal.sf#

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

Survival function.

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

  • values – The values to evaluate.

Return type:

Union[Array, ndarray, bool, number]

Returns:

The survival function values.