Home
last modified time | relevance | path

Searched defs:dhyper (Results 1 – 13 of 13) sorted by relevance

/dports/math/R/R-4.1.2/src/nmath/
H A Ddhyper.c45 double dhyper(double x, double r, double b, double n, int give_log) in dhyper() function
/dports/math/libRmath/R-4.1.1/src/nmath/
H A Ddhyper.c45 double dhyper(double x, double r, double b, double n, int give_log) in dhyper() function
/dports/math/jags/JAGS-4.3.0/src/jrmath/
H A Ddhyper.c45 double dhyper(double x, double r, double b, double n, int give_log) in dhyper() function
/dports/biology/vt/vt-0.57721/lib/Rmath/
H A Ddhyper.c45 double dhyper(double x, double r, double b, double n, int give_log) in dhyper() function
/dports/math/py-rvlib/rvlib-0.0.6/src/
H A Ddhyper.c45 double dhyper(double x, double r, double b, double n, int give_log) in dhyper() function
/dports/math/jags/JAGS-4.3.0/src/include/
H A DJRmath.h197 #define dhyper jags_dhyper macro
/dports/biology/vt/vt-0.57721/lib/Rmath/Rmath/
H A DRmath.h218 #define dhyper Rf_dhyper macro
/dports/math/py-rvlib/rvlib-0.0.6/include/
H A DRmath.h254 #define dhyper Rf_dhyper macro
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Ddistn.R224 dhyper <- function(x, m, n, k, log = FALSE) function
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Ddistn.R224 dhyper <- function(x, m, n, k, log = FALSE) function
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/
H A DRmath.h123 …inline double dhyper(double x, double r, double b, double n, int lg) { return ::Rf_dhyper(x, r, b… in dhyper() function
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dmathfunc.c2850 gnm_float dhyper(gnm_float x, gnm_float r, gnm_float b, gnm_float n, gboolean give_log) in dhyper() function
/dports/math/py-rvlib/rvlib-0.0.6/rvlib/
H A Dunivariate.py3884 dhyper = _rmath_ffi.lib.dhyper variable