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

Function runit_qexp

inst/tinytest/cpp/rmath.cpp:393–396  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

391
392// [[Rcpp::export]]
393NumericVector runit_qexp( double x, double a ){
394 return NumericVector::create(R::qexp(x, a, 1, 0), R::qexp(log(x), a, 1, 1),
395 R::qexp(x, a, 0, 0), R::qexp(log(x), a, 0, 1));
396}
397
398// [[Rcpp::export]]
399NumericVector runit_rexp(double a) {

Callers

nothing calls this directly

Calls 2

qexpFunction · 0.50
logFunction · 0.50

Tested by

no test coverage detected