Noncentral T cumulative distribution function
double ocmath_nctcdf( double x, double nu, double delta, bool upper = false )
Returns the noncentral T cdf if upper = false, or the upper tail probability of the noncentral T distribution if upper = true
Ex1
void test_ocmath_nctcdf() { double t1 = ocmath_nctcdf(40.1546, 71.7408, 34.35); printf("t1 = %f\n", t1); }
ocmath_nctpdf, ocmath_nctinv, ocmath_nct_noncentrality
origin.h