HyperMath

T_PDF

T_PDF

Previous topic Next topic No expanding text in this topic  

T_PDF

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Generates student t distribution probability density function values at specified locations.

Syntax

PDF = T_PDF(Points, n)

Arguments

Name

Description

 

Points

A scalar, vector or matrix of points at which the density function is to be evaluated.

 

n

Degree of freedom parameter. A positive integer.

Outputs

Name

Description

 

PDF

A scalar, vector or matrix of the density function values at the given points. The same size as Points.

Example

Find the student t probability density function at points 1, 3, and 6 with n = 5.

 

Syntax

 

pdf = T_PDF([1,3,6],5)

 

Results

 

pdf = 0.21968    0.017293    0.00068848

See Also:

T_CDF

T_InvCDF

Probability Distributions

_