Daily DAX : Day 21 T.DIST
A statistical DAX function that returns a scalar value that represents the left tailed T Distrubtion
Syntax
T.DIST( <X>, <Deg_Freedom>, <Cumalative>)
where X is the numeric value at which to evaluate the distribution.
Deg_Freedom is an integer value that indicates the number of degrees of freedom
Cummalative is a logical value that indicates the form of the function
Comments
Post a Comment