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

Function runit_dcauchy

inst/tinytest/cpp/rmath.cpp:349–351  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

347
348// [[Rcpp::export]]
349NumericVector runit_dcauchy( double x, double a, double b ){
350 return NumericVector::create(R::dcauchy(x, a, b, 0), R::dcauchy(x, a, b, 1));
351}
352
353// [[Rcpp::export]]
354NumericVector runit_pcauchy( double x, double a, double b ){

Callers

nothing calls this directly

Calls 1

dcauchyFunction · 0.85

Tested by

no test coverage detected