jax.scipy.stats.chi2.logsf

Contents

jax.scipy.stats.chi2.logsf#

jax.scipy.stats.chi2.logsf(x, df, loc=0, scale=1)[source]#

Chi-square log survival function.

JAX implementation of scipy.stats.chi2 logsf.

The survival function is defined as

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

where \(f_{cdf}(x, k)\) is the cumulative distribution function, jax.scipy.stats.chi2.cdf(). JAX follows the scipy convention of using df to denote degrees of freedom.

Parameters:
Returns:

array of logsf values.

Return type:

Array