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

Function runit_rcauchy_sugar

inst/tinytest/cpp/rmath.cpp:375–377  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

373
374// [[Rcpp::export]]
375NumericVector runit_rcauchy_sugar(double a, double b) {
376 return Rcpp::rcauchy(5, a, b);
377}
378
379// ------------------- Exponential Distribution
380

Callers

nothing calls this directly

Calls 1

rcauchyFunction · 0.50

Tested by

no test coverage detected