scipy.special.stdtrit#

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

Inverse of stdtr vs t

Returns the argument t such that stdtr(df, t) is equal to p.

Parameters:
dfarray_like

Degrees of freedom

parray_like

Probability

outndarray, optional

Optional output array for the function results

Returns:
tscalar or ndarray

Value of t such that stdtr(df, t) == p

See also

stdtr

Student t CDF

stdtridf

inverse of stdtr with respect to df