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

Function runit_dlnorm

inst/tinytest/cpp/rmath.cpp:165–167  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

163
164// [[Rcpp::export]]
165NumericVector runit_dlnorm( double x, double a, double b ){
166 return NumericVector::create(R::dlnorm(x, a, b, 0), R::dlnorm(x, a, b, 1));
167}
168
169// [[Rcpp::export]]
170NumericVector runit_plnorm( double x, double a, double b ){

Callers

nothing calls this directly

Calls 1

dlnormFunction · 0.85

Tested by

no test coverage detected