Group: | Statistical Distributions |
See also: | cdfb cdfc cdff cdfn cdft pdfb pdfc pdff pdfn pdft qfc qff qfn |
Function: | qft | |
Description: |
qft returns the inverse of a t - distribution function with d degrees of freedom for elements of an array.
|
Usage: | y = qft (x, d) | |
Input: | ||
x | array | |
d | array | |
Output: | ||
y | array |
qft (0.995, 16)
Contents of qft [1,] 2.9221
Group: | Statistical Distributions |
See also: | cdfb cdfc cdff cdfn cdft pdfb pdfc pdff pdfn pdft qfc qff qfn |