MCPcopy 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]]
95double meanTest_logical(Rcpp::LogicalVector v) {
96 return Rcpp::algorithm::mean(v.begin(), v.end());
97}

Callers

nothing calls this directly

Calls 3

meanFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected