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

Function runit_dgeom

inst/tinytest/cpp/rmath.cpp:415–417  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

413
414// [[Rcpp::export]]
415NumericVector runit_dgeom( double x, double a ){
416 return NumericVector::create(R::dgeom(x, a, 0), R::dgeom(x, a, 1));
417}
418
419// [[Rcpp::export]]
420NumericVector runit_pgeom( double x, double a ){

Callers

nothing calls this directly

Calls 1

dgeomFunction · 0.85

Tested by

no test coverage detected