Generates student t distribution probability density function values at specified locations. |
||
Syntax |
PDF = T_PDF(Points, n) |
|
Arguments |
Name |
Description |
Points |
A scalar, vector or matrix of points at which the density function is to be evaluated. |
|
n |
Degree of freedom parameter. A positive integer. |
|
Outputs |
Name |
Description |
A scalar, vector or matrix of the density function values at the given points. The same size as Points. |
||
Example |
Find the student t probability density function at points 1, 3, and 6 with n = 5. |
|
Syntax |
||
pdf = T_PDF([1,3,6],5) |
||
Results |
||
pdf = 0.21968 0.017293 0.00068848 |
||
See Also: |
_