Student's t-distribution[1].
Syntax:
T.DIST( x:Number, degrees of freedom:PositiveInteger {, cumulative:Boolean} )
Returns the value of the cumulative distribution function (CDF) or the probability density function (PDF) for the Student's t-distribution with given degrees of freedom at x.
cumulative: selects CDF (TRUE
, default) or PDF (FALSE
).
Revisions:
This function was added in Fireworkz 2.00.