T.DIST.RT Function (DAX)
How does the T.DIST.RT function (DAX) work?
The T.DIST.RT function (DAX) returns the right-tailed Student’s t-distribution.
T.DIST.RT Formula Syntax
T.DIST.RT(
X,Deg_freedom
)
How do you use the T.DIST.RT function?
This function calculates the right-tailed Student’s T Distribution, which is a continuous probability distribution that is frequently used for testing hypotheses on small sample data sets.
Related Blog Posts
Considerations when using the T.DIST.RT function
- If any argument is nonnumeric, T.DIST.RT returns the #VALUE! error value.
- If deg_freedom < 1, T.DIST.RT returns the #NUM! error value.
Related Video Tutorials
Formula examples using the T.DIST.RT function
EVALUATE { T.DIST.RT(1.959999998, 60) }
=T.DIST.RT(0.5,1)
=T.DIST.RT(2.5,1)