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

Function runit_rlogis_sugar

inst/tinytest/cpp/rmath.cpp:606–608  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

604
605// [[Rcpp::export]]
606NumericVector runit_rlogis_sugar(double a, double b) {
607 return Rcpp::rlogis(5, a, b);
608}
609
610// ------------------- Non-central Beta Distribution
611

Callers

nothing calls this directly

Calls 1

rlogisFunction · 0.50

Tested by

no test coverage detected