boax.core.distributions.normal.logsf

Contents

boax.core.distributions.normal.logsf#

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

Log survival function.

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

  • values – The values to evaluate.

Return type:

Union[Array, ndarray, bool, number]

Returns:

The log survival function values.