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

Function runit_pnt

inst/tinytest/cpp/stats.cpp:208–213  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

206
207// [[Rcpp::export]]
208List runit_pnt(NumericVector xx){
209 return List::create(_["lowerNoLog"] = pnt( xx, 5, 7 /*true, false*/),
210 _["lowerLog"] = pnt( xx, 5, 7, true, true),
211 _["upperNoLog"] = pnt( xx, 5, 7, false /*,false*/),
212 _["upperLog"] = pnt( xx, 5, 7, false, true) );
213}
214
215// [[Rcpp::export]]
216List runit_qbinom_prob( NumericVector xx, int n, double p){

Callers

nothing calls this directly

Calls 1

pntFunction · 0.85

Tested by

no test coverage detected