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

Function runit_qlogis

inst/tinytest/cpp/rmath.cpp:591–594  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

589
590// [[Rcpp::export]]
591NumericVector runit_qlogis( double x, double a, double b ){
592 return NumericVector::create(R::qlogis(x, a, b, 1, 0), R::qlogis(log(x), a, b, 1, 1),
593 R::qlogis(x, a, b, 0, 0), R::qlogis(log(x), a, b, 0, 1));
594}
595
596// [[Rcpp::export]]
597NumericVector runit_rlogis(double a, double b) {

Callers

nothing calls this directly

Calls 2

qlogisFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected