jax.scipy.stats.gumbel_r.logsf#
- jax.scipy.stats.gumbel_r.logsf(x, loc=0, scale=1)[源代码]#
Gumbel 分布(右偏)的对数生存函数。
JAX 对
scipy.stats.gumbel_r的logsf的实现。- 参数:
x (Array | ndarray | bool | number | bool | int | float | complex | TypedNdArray) – ArrayLike,评估对数生存函数的点
loc (Array | ndarray | bool | number | bool | int | float | complex | TypedNdArray) – ArrayLike,分布偏移(\(\mu\))(默认为 0)
scale (Array | ndarray | bool | number | bool | int | float | complex | TypedNdArray) – ArrayLike,分布缩放(\(\beta\))(默认为 1)
- 返回:
对数生存函数值的数组
- 返回类型: