jax.scipy.stats.gumbel_l.logsf#
- jax.scipy.stats.gumbel_l.logsf(x, loc=0, scale=1)[源代码]#
Gumbel 分布(左偏)的对数生存函数。
JAX 对
scipy.stats.gumbel_l的logsf的实现。\[f_{sf}(x; \mu, \beta) = 1 - f_{cdf}(x, \mu, \beta)\]- 参数:
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)
- 返回:
对数生存函数值的数组
- 返回类型: