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

Function runit_dbinom

inst/tinytest/cpp/stats.cpp:34–39  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

32
33// [[Rcpp::export]]
34List runit_dbinom( IntegerVector xx ){
35 return List::create(
36 _["false"] = dbinom( xx, 10, .5),
37 _["true"] = dbinom( xx, 10, .5, true )
38 );
39}
40
41// [[Rcpp::export]]
42List runit_dunif( NumericVector xx){

Callers

nothing calls this directly

Calls 1

dbinomFunction · 0.85

Tested by

no test coverage detected