MicroStrategy ONE

T-distribution

Returns the right-tailed distribution of a random variable.This function can be used in lieu of a table of critical values to test hypotheses on small sample sets.

Syntax

TDistribution(x, df)

Where:

x is the numeric value at which the distribution is evaluated.

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 x or df is nonnumeric
  • df < 1