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

Function rbinom

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

Source from the content-addressed store, hash-verified

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
100 /* Multnomial Distribution */
101 inline void rmultinom(int n, double* prob, int k, int* rn) { return ::rmultinom(n, prob, k, rn); }

Callers 2

runit_rbinomFunction · 0.50
runit_rbinom_sugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected