scipy.special.stdtrit#
- scipy.special.stdtrit(df, p, out=None) = <ufunc 'stdtrit'>#
Inverse of
stdtr
vs tReturns 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