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

Function runit_df

inst/tinytest/cpp/rmath.cpp:250–252  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

248
249// [[Rcpp::export]]
250NumericVector runit_df( double x, double a, double b ){
251 return NumericVector::create(R::df(x, a, b, 0), R::df(x, a, b, 1));
252}
253
254// [[Rcpp::export]]
255NumericVector runit_pf( double x, double a, double b ){

Callers

nothing calls this directly

Calls 1

dfFunction · 0.85

Tested by

no test coverage detected