Inverse of the noncentral T cumulative distribution function
double ocmath_nctinv(double p, double nu, double delta, size_t maxiters = 100);
Returns the inverse of the noncentral T cdf
Ex1
void test_ocmath_nctinv() { double mu = 71.7408; double p = 0.95; double delta = 34.35; double t1 = ocmath_nctinv(p, mu, delta); printf("t1 = %f\n", t1); }
ocmath_nctpdf, ocmath_nctcdf, ocmath_nct_noncentrality
origin.h