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

Function runit_dlogis

inst/tinytest/cpp/rmath.cpp:580–582  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

578
579// [[Rcpp::export]]
580NumericVector runit_dlogis( double x, double a, double b ){
581 return NumericVector::create(R::dlogis(x, a, b, 0), R::dlogis(x, a, b, 1));
582}
583
584// [[Rcpp::export]]
585NumericVector runit_plogis( double x, double a, double b ){

Callers

nothing calls this directly

Calls 1

dlogisFunction · 0.85

Tested by

no test coverage detected