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

Function runit_qgeom

inst/tinytest/cpp/rmath.cpp:426–429  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

424
425// [[Rcpp::export]]
426NumericVector runit_qgeom( double x, double a ){
427 return NumericVector::create(R::qgeom(x, a, 1, 0), R::qgeom(log(x), a, 1, 1),
428 R::qgeom(x, a, 0, 0), R::qgeom(log(x), a, 0, 1));
429}
430
431// [[Rcpp::export]]
432NumericVector runit_rgeom(double a) {

Callers

nothing calls this directly

Calls 2

qgeomFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected