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

Function runit_pt

inst/tinytest/cpp/stats.cpp:200–205  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

198
199// [[Rcpp::export]]
200List runit_pt(NumericVector xx){
201 return List::create(_["lowerNoLog"] = pt( xx, 5 /*true, false*/),
202 _["lowerLog"] = pt( xx, 5, true, true),
203 _["upperNoLog"] = pt( xx, 5, false /*,false*/),
204 _["upperLog"] = pt( xx, 5, false, true) );
205}
206
207// [[Rcpp::export]]
208List runit_pnt(NumericVector xx){

Callers

nothing calls this directly

Calls 1

ptFunction · 0.85

Tested by

no test coverage detected