SpreadJS Documentation
T.DIST.RT

This function returns the t-distribution.

Syntax

T.DIST.RT(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.RT(A1,B45)

T.DIST.RT(0.245,2) gives the result 0.41465072364379996

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.