Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface describing the t namespace.

Hierarchy

  • Namespace

Index

Properties

T

T: typeof T

Student's t distribution.

cdf

cdf: typeof cdf

Student's t distribution cumulative distribution function (CDF).

param

input value

param

degrees of freedom

returns

evaluated CDF

entropy

entropy: typeof entropy

Returns the differential entropy of a Student's t distribution.

Notes

  • If provided v < 0, the function returns NaN.
param

degrees of freedom

returns

entropy

kurtosis

kurtosis: typeof kurtosis

Returns the excess kurtosis of a Student's t distribution.

Notes

  • If provided v <= 2, the function returns NaN.
  • If provided 2 < v <= 4, the function returns positive infinity.
param

degrees of freedom

returns

excess kurtosis

logcdf

logcdf: typeof logcdf

Student's t distribution logarithm of cumulative distribution function (CDF).

param

input value

param

degrees of freedom

returns

evaluated logCDF

logpdf

logpdf: typeof logpdf

Student's t distribution natural logarithm of probability density function (logPDF).

param

input value

param

degrees of freedom

returns

evaluated logPDF

mean

mean: typeof mean

Returns the expected value of a Student's t distribution.

Notes

  • If provided v <= 1, the function returns NaN.
param

degrees of freedom

returns

expected value

median

median: typeof median

Returns the median of a Student's t distribution.

Notes

  • If provided v < 0, the function returns NaN.
param

degrees of freedom

returns

median

mode

mode: typeof mode

Returns the mode of a Student's t distribution.

Notes

  • If provided v < 0, the function returns NaN.
param

degrees of freedom

returns

mode

pdf

pdf: typeof pdf

Student's t distribution probability density function (PDF).

param

input value

param

degrees of freedom

returns

evaluated PDF

quantile

quantile: typeof quantile

Student's t distribution quantile function.

param

input value

param

degrees of freedom

returns

evaluated quantile function

skewness

skewness: typeof skewness

Returns the skewness of a Student's t distribution.

Notes

  • If provided v <= 3, the function returns NaN.
param

degrees of freedom

returns

skewness

stdev

stdev: typeof stdev

Returns the standard deviation of a Student's t distribution.

Notes

  • If provided 1 < v <= 2, the function returns positive infinity.
  • If provided v <= 1, the function returns NaN.
param

degrees of freedom

returns

standard deviation

variance

variance: typeof variance

Returns the variance of a Student's t distribution.

Notes

  • If provided 1 < v <= 2, the function returns positive infinity.
  • If provided v <= 1, the function returns NaN.
param

degrees of freedom

returns

variance