Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ meanTest_logical
Function
meanTest_logical
inst/tinytest/cpp/algorithm.cpp:95–97 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
93
94
// [[Rcpp::export]]
95
double meanTest_logical(Rcpp::LogicalVector v) {
96
return Rcpp::algorithm::mean(v.begin(), v.end());
97
}
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