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

Function beta

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

Source from the content-addressed store, hash-verified

197 inline double pentagamma(double x) { return ::Rf_pentagamma(x); }
198
199 inline double beta(double a, double b) { return ::Rf_beta(a, b); }
200 inline double lbeta(double a, double b) { return ::Rf_lbeta(a, b); }
201
202 inline double choose(double n, double k) { return ::Rf_choose(n, k); }

Callers 1

runit_betaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected