scipy.special.chndtrinc#
- scipy.special.chndtrinc(x, df, p, out=None) = <ufunc 'chndtrinc'>#
Inverse to
chndtr
vs ncCalculated using a search to find a value for df that produces the desired value of p.
- Parameters
- xarray_like
Upper bound of the integral; must satisfy
x >= 0
- dfarray_like
Degrees of freedom; must satisfy
df > 0
- parray_like
Probability; must satisfy
0 <= p < 1
- outndarray, optional
Optional output array for the function results
- Returns
- ncscalar or ndarray
Non-centrality