Home
last modified time | relevance | path

Searched refs:normal_cdf_inverse (Results 1 – 11 of 11) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dpvalues.h97 double normal_cdf_inverse (double x);
H A Dpoisson.h37 W = normal_cdf_inverse(fmin(U, V)); in poissinv_core()
H A Dgretl_normal.c801 TT->val[0] = normal_cdf_inverse(x); in ghk_tj()
882 TT->val[j] = -normal_cdf_inverse(x); in ghk_tj()
886 TT->val[j] = normal_cdf_inverse(x); in ghk_tj()
H A Dadf_kpss.c1866 zpv += normal_cdf_inverse(pval); in panel_DF_test()
2413 zpv += normal_cdf_inverse(pval); in panel_kpss_test()
H A Dpvalues.c1336 double normal_cdf_inverse (double x) in normal_cdf_inverse() function
3204 y = normal_cdf_inverse(a); in gretl_get_cdf_inverse()
H A Dgenlex.c247 { F_QNORM, "qnorm", normal_cdf_inverse },
H A Dgretl_model.c1122 cf->t = normal_cdf_inverse(1 - alpha / 2); in reset_coeff_intervals()
1193 cf->t = normal_cdf_inverse(0.975); in gretl_model_get_coeff_intervals()
H A Ddiscrete.c685 OC->theta[i] = normal_cdf_inverse(p); in cut_points_init()
H A Ddescribe.c7203 a[i] = (float) normal_cdf_inverse((i + 1 - .375f) / an25); in sw_coeff()
/dports/math/gretl/gretl-2021d/plugin/
H A Dquantreg.c156 double x0 = normal_cdf_inverse(tau); in hs_bandwidth()
159 double b2 = pow(normal_cdf_inverse(1 - alpha/2), 2 / 3.0); in hs_bandwidth()
649 rq->cut = normal_cdf_inverse(1 - alpha/2); in br_info_alloc()
H A Durcdist.c811 y->val[i] = normal_cdf_inverse(a[i1 + i]); in dfgls_pvalue()