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

Function runit_dnchisq

inst/tinytest/cpp/rmath.cpp:231–233  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

229
230// [[Rcpp::export]]
231NumericVector runit_dnchisq( double x, double a, double b ){
232 return NumericVector::create(R::dnchisq(x, a, b, 0), R::dnchisq(x, a, b, 1));
233}
234
235// [[Rcpp::export]]
236NumericVector runit_pnchisq( double x, double a, double b ){

Callers

nothing calls this directly

Calls 1

dnchisqFunction · 0.85

Tested by

no test coverage detected