Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ meanTest_int
Function
meanTest_int
inst/tinytest/cpp/algorithm.cpp:90–92 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
88
89
// [[Rcpp::export]]
90
double meanTest_int(Rcpp::IntegerVector v) {
91
return Rcpp::algorithm::mean(v.begin(), v.end());
92
}
93
94
// [[Rcpp::export]]
95
double meanTest_logical(Rcpp::LogicalVector v) {
Callers
nothing calls this directly
Calls
3
mean
Function · 0.50
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected