Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_rlogis_sugar
Function
runit_rlogis_sugar
inst/tinytest/cpp/rmath.cpp:606–608 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
604
605
// [[Rcpp::export]]
606
NumericVector runit_rlogis_sugar(double a, double b) {
607
return Rcpp::rlogis(5, a, b);
608
}
609
610
// ------------------- Non-central Beta Distribution
611
Callers
nothing calls this directly
Calls
1
rlogis
Function · 0.50
Tested by
no test coverage detected