2.1.24.5.1.19 ocmath_nctpdf


Description

Noncentral T probability density function

Syntax

double ocmath_nctpdf( double x, double nu, double delta )

Parameters

x
[intput] the value(s) at which to evaluate the pdf
nu
[input] degrees of freedom of the Student's t-distribution
delta
[input] non-centrality parameter of the Student's t-distribution.

Return

Returns the noncentral T pdf

Examples

Remark

See Also

ocmath_nctcdf, ocmath_nctinv, ocmath_nct_noncentrality

Header to Include

origin.h

Reference