![]() |
![]() |
|
PLS_Toolbox Documentation: tdf | < raydf | triangledf > |
tdf
Purpose
Student's t distribution.
Synopsis
prob = tdf(function,x,a)
Description
Estimates cumulative distribution function (cumulative, cdf), probability density function (density, pdf), quantile (inverse of cdf), or random numbers for a Student's t distribution.
INPUTS:
Note: If inputs (x and a) are not equal in size, the function will attempt to resize all inputs to the largest input using the RESIZE function.
Note: Functions will typically allow input values outside of the acceptable range to be passed but such values will return NaN in the results.
See Also
betadf, cauchydf, chidf, expdf, gammadf, gumbeldf, laplacedf, lognormdf, logisdf, normdf, paretodf, triangledf, unifdf, weibulldf
< raydf | triangledf > |