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

Function runit_qnf

inst/tinytest/cpp/rmath.cpp:643–646  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

641
642// [[Rcpp::export]]
643NumericVector runit_qnf( double x, double a, double b, double c ){
644 return NumericVector::create(R::qnf(x, a, b, c, 1, 0), R::qnf(log(x), a, b, c, 1, 1),
645 R::qnf(x, a, b, c, 0, 0), R::qnf(log(x), a, b, c, 0, 1));
646}
647
648// ------------------- Non-central Student t Distribution
649

Callers

nothing calls this directly

Calls 2

qnfFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected