jax.scipy.stats.cauchy.sf#
- jax.scipy.stats.cauchy.sf(x, loc=0, scale=1)[源代码][源代码]#
柯西分布对数生存函数。
JAX implementation of
scipy.stats.cauchy
sf
.生存函数定义为
\[f_{sf}(x) = 1 - f_{cdf}(x)\]其中 \(f_{cdf}(x)\) 是累积分布函数,
jax.scipy.stats.cauchy.cdf()
。
柯西分布对数生存函数。
JAX implementation of scipy.stats.cauchy
sf
.
生存函数定义为
其中 \(f_{cdf}(x)\) 是累积分布函数,jax.scipy.stats.cauchy.cdf()
。