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

Function runit_dexp

inst/tinytest/cpp/rmath.cpp:382–384  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

380
381// [[Rcpp::export]]
382NumericVector runit_dexp( double x, double a ){
383 return NumericVector::create(R::dexp(x, a, 0), R::dexp(x, a, 1));
384}
385
386// [[Rcpp::export]]
387NumericVector runit_pexp( double x, double a ){

Callers

nothing calls this directly

Calls 1

dexpFunction · 0.50

Tested by

no test coverage detected