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

Function runit_dweibull

inst/tinytest/cpp/rmath.cpp:547–549  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

545
546// [[Rcpp::export]]
547NumericVector runit_dweibull( double x, double a, double b ){
548 return NumericVector::create(R::dweibull(x, a, b, 0), R::dweibull(x, a, b, 1));
549}
550
551// [[Rcpp::export]]
552NumericVector runit_pweibull( double x, double a, double b ){

Callers

nothing calls this directly

Calls 1

dweibullFunction · 0.85

Tested by

no test coverage detected