MicroStrategy ONE
Inverse of T-distribution
Returns the inverse of the right-tailed T-distribution.
For more information on the right-tailed T-distribution function, see TDistribution.
Syntax
InverseTDistribution(
Probability
,
df
)
Where:
Probability
is the probability associated with the t-distribution.
df
is a value that indicates the degrees of freedom of the distribution.
Expression
Where:
X
is a random value that follows the t-distribution.
Usage Notes
If df is not an integer, it is truncated.
The following conditions are invalid:
- Either probability or df is nonnumeric
- Probability < 0 or probability > 1
- df < 1