scipy.special.chndtrinc#

scipy.special.chndtrinc(x, df, p, out=None) = <ufunc 'chndtrinc'>#

函数 chndtr 相对于 nc 的逆

通过搜索找到一个 df 值,该值产生所需的 p 值来计算。

参数:
x类数组

积分的上限;必须满足 x >= 0

df类数组

自由度;必须满足 df > 0

p类数组

概率;必须满足 0 <= p < 1

outndarray, 可选

函数结果的可选输出数组

返回:
nc标量或ndarray

非中心性

另请参阅

chndtr, chndtrix, chndtrinc