Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_rf_sugar
Function
runit_rf_sugar
inst/tinytest/cpp/rmath.cpp:276–278 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
274
275
// [[Rcpp::export]]
276
NumericVector runit_rf_sugar(double a, double b) {
277
return Rcpp::rf(5, a, b);
278
}
279
280
// ------------------- Student t Distribution
281
Callers
nothing calls this directly
Calls
1
rf
Function · 0.50
Tested by
no test coverage detected