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

Function runit_qt

inst/tinytest/cpp/rmath.cpp:294–297  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

292
293// [[Rcpp::export]]
294NumericVector runit_qt( double x, double a ){
295 return NumericVector::create(R::qt(x, a, 1, 0), R::qt(log(x), a, 1, 1),
296 R::qt(x, a, 0, 0), R::qt(log(x), a, 0, 1));
297}
298
299// [[Rcpp::export]]
300NumericVector runit_rt(double a) {

Callers

nothing calls this directly

Calls 2

qtFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected