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

Function runit_dchisq

inst/tinytest/cpp/rmath.cpp:198–200  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

196
197// [[Rcpp::export]]
198NumericVector runit_dchisq( double x, double a ){
199 return NumericVector::create(R::dchisq(x, a, 0), R::dchisq(x, a, 1));
200}
201
202// [[Rcpp::export]]
203NumericVector runit_pchisq( double x, double a ){

Callers

nothing calls this directly

Calls 1

dchisqFunction · 0.85

Tested by

no test coverage detected