scipy.stats.rv_histogram.
sf
-
rv_histogram.sf(x, *args, **kwds)[source]
生存函數 (1 - cdf
) 在給定 RV 的 x 值。
- 參數:
- xarray_like
分位數
- arg1, arg2, arg3,…array_like
分布的形狀參數 (詳見實例物件的 docstring 以取得更多資訊)
- locarray_like, optional
位置參數 (default=0)
- scalearray_like, optional
尺度參數 (default=1)
- 回傳:
- sfarray_like
在 x 評估的生存函數