SpreadJS Documentation
T.DIST.2T
SpreadJS Documentation > Formula Reference > Formula Functions > T.DIST.2T

This function returns the t-distribution.

Syntax

T.DIST.2T(x,deg)

Arguments

This function has these arguments:

Argument Description
x Numeric value at which to evaluate the distribution
deg Number of degrees of freedom to characterize the distribution

Remarks

The #VALUE! error value is returned if any argument is nonnumeric.

Data Types

Accepts numeric data for all arguments. Returns numeric data.

Examples

T.DIST.2T(A1,B45,2)

T.DIST.2T(0.245,2,1)gives the result 0.414651