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

Function runit_pt

inst/tinytest/cpp/rmath.cpp:288–291  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

286
287// [[Rcpp::export]]
288NumericVector runit_pt( double x, double a ){
289 return NumericVector::create(R::pt(x, a, 1, 0), R::pt(log(x), a, 1, 1),
290 R::pt(x, a, 0, 0), R::pt(log(x), a, 0, 1));
291}
292
293// [[Rcpp::export]]
294NumericVector runit_qt( double x, double a ){

Callers

nothing calls this directly

Calls 2

ptFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected