scipy.special.nctdtrinc#

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

Calculate non-centrality parameter for non-central t distribution.

See nctdtr for more details.

Parameters:
dfarray_like

Degrees of freedom of the distribution. Should be in range (0, inf).

parray_like

CDF values, in range (0, 1].

tarray_like

Quantiles, i.e., the upper limit of integration.

outndarray, optional

Optional output array for the function results

Returns:
ncscalar or ndarray

Noncentrality parameter

See also

nctdtr

CDF of the non-central t distribution.

nctdtrit

Inverse CDF (iCDF) of the non-central t distribution.

nctdtridf

Calculate degrees of freedom, given CDF and iCDF values.