Student's t distribution.
Student's t distribution cumulative distribution function (CDF).
Returns the differential entropy of a Student's t distribution.
v < 0
, the function returns NaN
.Returns the excess kurtosis of a Student's t distribution.
v <= 2
, the function returns NaN
.2 < v <= 4
, the function returns positive infinity.Student's t distribution logarithm of cumulative distribution function (CDF).
Student's t distribution natural logarithm of probability density function (logPDF).
Returns the expected value of a Student's t distribution.
v <= 1
, the function returns NaN
.Returns the median of a Student's t distribution.
v < 0
, the function returns NaN
.Student's t distribution probability density function (PDF).
Student's t distribution quantile function.
Returns the skewness of a Student's t distribution.
v <= 3
, the function returns NaN
.Returns the standard deviation of a Student's t distribution.
1 < v <= 2
, the function returns positive infinity.v <= 1
, the function returns NaN
.Returns the variance of a Student's t distribution.
1 < v <= 2
, the function returns positive infinity.v <= 1
, the function returns NaN
.
Interface describing the
t
namespace.