Generates student t distribution inverse cumulative density function values at specified locations. |
||
Syntax |
X = T_InvCDF(Prob, n) |
|
Arguments |
Name |
Description |
Prob |
A scalar, vector or matrix of probabilities in the interval (0,1) at which the inverse cumulative density function is to be evaluated. |
|
n |
Degrees of freedom parameter. A positive integer. |
|
Outputs |
Name |
Description |
X |
A scalar, vector or matrix of the inverse cumulative density function values for the given probabilities. The same size as Prob. |
|
Example |
Find the student t inverse cumulative density function for probabilities 0.1, 0.3, and 0.8 with parameters n = 5. |
|
Syntax |
||
x = T_InvCDF([0.1,0.3,0.8],5) |
||
Results |
||
x = -1.4759 -0.55943 0.91954 |
||
See Also: |