DAX Function Guide

T.DIST.2T
Empty image or helper icon

Sam McKay

CEO & Founder

How does the T.DIST.2T work?
The T.DIST.2T function (DAX) returns the two-tailed Student’s t-distribution.
T.DIST.2T Formula Syntax

T.DIST.2T(
     X_Deg_freedom
)

How do you use the T.DIST.2T?

This function is used in the hypothesis testing of small sample data sets. Use this function in place of a table of critical values for the t-distribution.

Related Blog Posts

Loading

Considerations when using the T.DIST.2T?
  • If any argument is nonnumeric, T.DIST.2T returns the #VALUE! error value.
  • If deg_freedom < 1, T.DIST.2T returns the #NUM! error value.
  • If x < 0, then T.DIST.2T returns the #NUM! error value.
Related Video Tutorials

Loading

Formula examples using the T.DIST.2T

EVALUATE { T.DIST.2T(1.959999998, 60) }

=T.DIST.2T(A2,A3)

=T.DIST.2T( 1, 10 )

Related Courses

Loading