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

Function runit_pgeom

inst/tinytest/cpp/rmath.cpp:420–423  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

418
419// [[Rcpp::export]]
420NumericVector runit_pgeom( double x, double a ){
421 return NumericVector::create(R::pgeom(x, a, 1, 0), R::pgeom(log(x), a, 1, 1),
422 R::pgeom(x, a, 0, 0), R::pgeom(log(x), a, 0, 1));
423}
424
425// [[Rcpp::export]]
426NumericVector runit_qgeom( double x, double a ){

Callers

nothing calls this directly

Calls 2

pgeomFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected