MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / pbinom

Function pbinom

inst/include/Rcpp/Rmath.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 /* Binomial Distribution */
95 inline double dbinom(double x, double n, double p, int lg) { return ::Rf_dbinom(x, n, p, lg); }
96 inline double pbinom(double x, double n, double p, int lt, int lg) { return ::Rf_pbinom(x, n, p, lt, lg); }
97 inline double qbinom(double p, double n, double m, int lt, int lg) { return ::Rf_qbinom(p, n, m, lt, lg); }
98 inline double rbinom(double n, double p) { return ::Rf_rbinom(n, p); }
99

Callers 2

runit_pbinomFunction · 0.85
runit_pbinomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected