studentt_cdf(DF;T)
Returns the Student's T cumulative distribution function
with degrees of freedomDF
and value T
.
Syntax
studentt_cdf(DF;T)
Input
Argument | Type | Description |
---|---|---|
DF |
integer | A scalar value or the name of a column The degree of freedom. |
T |
integer or decimal | A scalar value or the name of a column The value to evaluate with |
Return Value
Returns the Student's T cumulative distribution function with degrees of
freedomDF
and value T
.
If any argument is N/A, the result is N/A.