Generates student t distribution cumulative density function values at specified locations. |
||
Syntax |
CDF = T_CDF(Points, n) |
|
Arguments |
Name |
Description |
Points |
A scalar, vector or matrix of points at which the cumulative density function is to be evaluated. |
|
n |
Degrees of freedom parameter. A positive integer. |
|
Outputs |
Name |
Description |
CDF |
A scalar, vector or matrix of the cumulative density function values at the given points. The same size as Points. |
|
Example |
Find the student t cumulative density function at points 1, 3, and 6 with n = 5. |
|
Syntax |
||
cdf = T_CDF([1,3,6],5) |
||
Results |
||
cdf = 0.81839 0.98495 0.99908 |
||
See Also: |