jax.scipy.stats.truncnorm.logsf

Contents

jax.scipy.stats.truncnorm.logsf#

jax.scipy.stats.truncnorm.logsf(x, a, b, loc=0, scale=1)[source]#

Truncated normal distribution log survival function.

JAX implementation of scipy.stats.truncnorm logsf

The survival function is defined as

\[f_{sf}(x) = 1 - f_{cdf}(x)\]

where \(f_{cdf}(x)\) is the cumulative distribution function, jax.scipy.stats.truncnorm.cdf().

Parameters:
Returns:

array of logsf values.

Return type:

Array