In: Technology | 548 days ago
Returns the Percentage points (probability) for the student t-distribution. The numeric value(x) is a calculated value of t for which the percentage points are to be computed. Syntax: TDIST(x, degrees_freedom, tails) x is a numeric value. degrees_freedom is an integer and tails specifies the number of distribution tails to return.
244 days ago