2.1.24.5.1.20 ocmath_nct_noncentrality


Description

noncentrality parameter estimation

Syntax

double ocmath_nct_noncentrality( double df, double p, double t )

Parameters

df
[intput] degrees of freedom of the noncentral t-distribution
p
[input] the integral from -infinity to t of the noncentral t-den, (0,1]
t
[input] upper limit of integration of the noncentral t-density

Return

Returns noncentrality parameter of the noncentral t-distribution

Examples

Remark

See Also

ocmath_nctpdf, ocmath_nctinv, ocmath_nctcdf

Header to Include

origin.h

Reference