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

Function runit_pf

inst/tinytest/cpp/rmath.cpp:255–258  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

253
254// [[Rcpp::export]]
255NumericVector runit_pf( double x, double a, double b ){
256 return NumericVector::create(R::pf(x, a, b, 1, 0), R::pf(log(x), a, b, 1, 1),
257 R::pf(x, a, b, 0, 0), R::pf(log(x), a, b, 0, 1));
258}
259
260// [[Rcpp::export]]
261NumericVector runit_qf( double x, double a, double b ){

Callers

nothing calls this directly

Calls 2

pfFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected