scipy.special.stdtridf#
- scipy.special.stdtridf(p, t, out=None) = <ufunc 'stdtridf'>#
Inverse of
stdtr
vs dfReturns the argument df such that stdtr(df, t) is equal to p.
- Parameters
- parray_like
Probability
- tarray_like
Upper bound of the integral
- outndarray, optional
Optional output array for the function results
- Returns
- dfscalar or ndarray
Value of df such that
stdtr(df, t) == p