SpreadJS Documentation
T.DIST.2T

This function returns the t-distribution.

Syntax

T.DIST.2T(x,deg,tails)

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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.