jax.scipy.stats.beta.logsf

Contents

jax.scipy.stats.beta.logsf#

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

Beta distribution log survival function.

JAX implementation of scipy.stats.beta logsf.

The survival function is defined as

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

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

Parameters:
Returns:

array of logsf values.

Return type:

Array