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

Function runit_dgamma

inst/tinytest/cpp/rmath.cpp:97–99  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

95
96// [[Rcpp::export]]
97NumericVector runit_dgamma( double x, double a, double b ){
98 return NumericVector::create(R::dgamma(x, a, b, 0), R::dgamma(x, a, b, 1));
99}
100
101// [[Rcpp::export]]
102NumericVector runit_pgamma( double x, double a, double b ){

Callers

nothing calls this directly

Calls 1

dgammaFunction · 0.85

Tested by

no test coverage detected