Spread.NET 17 Formula Reference
Formula Functions / Functions T to Z / T.DIST.2T
In This Topic
    T.DIST.2T
    In This Topic

    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

    Version Available

    This function is available in Spread for Windows Forms 11.0 or later.

    See Also

    TDIST