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

Function runit_dnbeta

inst/tinytest/cpp/rmath.cpp:613–615  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

611
612// [[Rcpp::export]]
613NumericVector runit_dnbeta( double x, double a, double b, double c ){
614 return NumericVector::create(R::dnbeta(x, a, b, c, 0), R::dnbeta(x, a, b, c, 1));
615}
616
617// [[Rcpp::export]]
618NumericVector runit_pnbeta( double x, double a, double b, double c ){

Callers

nothing calls this directly

Calls 1

dnbetaFunction · 0.85

Tested by

no test coverage detected