jax.scipy.stats.beta.sf

Contents

jax.scipy.stats.beta.sf#

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

Beta distribution survival function.

JAX implementation of scipy.stats.beta sf.

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 sf values.

Return type:

Array