Home
last modified time | relevance | path

Searched refs:chisq_cdf (Results 1 – 13 of 13) sorted by relevance

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dspecfun.h46 double chisq_cdf(int dof, double chisqr);
H A Dfit.c885 pvalue = 1. - chisq_cdf(ndf, chisq); in regress_finalize()
1155 double pvalue = 1. - chisq_cdf(ndf, chisq); in show_results()
H A Dspecfun.c1092 chisq_cdf(int dof, double chisqr) in chisq_cdf() function
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dspecfun.h46 double chisq_cdf(int dof, double chisqr);
H A Dfit.c885 pvalue = 1. - chisq_cdf(ndf, chisq); in regress_finalize()
1155 double pvalue = 1. - chisq_cdf(ndf, chisq); in show_results()
H A Dspecfun.c1092 chisq_cdf(int dof, double chisqr) in chisq_cdf() function
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dspecfun.h50 double chisq_cdf __PROTO((int dof, double chisqr));
H A Dfit.c891 pvalue = 1. - chisq_cdf(ndf, chisq); in regress_finalize()
1161 double pvalue = 1. - chisq_cdf(ndf, chisq); in show_results()
H A Dspecfun.c1076 chisq_cdf(int dof, double chisqr) in chisq_cdf() function
/dports/math/gretl/gretl-2021d/lib/src/
H A Dpvalues.h81 double chisq_cdf (double df, double x);
H A Dpvalues.c862 double chisq_cdf (double df, double x) in chisq_cdf() function
2185 return chisq_cdf(df, x); in nc_chisq_cdf()
2214 pcent = chisq_cdf(T2, x); in nc_chisq_cdf()
3305 y = chisq_cdf((int) parm[0], x); in gretl_get_cdf()
3837 pc = chisq_cdf(parm[0], x); in print_pvalue()
/dports/math/py-rvlib/rvlib-0.0.6/rvlib/
H A Dunivariate.py385 def chisq_cdf(v, x): function
578 return chisq_cdf(self.v, x)
/dports/math/gretl/gretl-2021d/gui/
H A Dcalculator.c1677 pv = chisq_cdf(n1 - 1, ts); in do_h_test()