MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / Mean

Method Mean

inst/include/Rcpp/sugar/functions/mean.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 typedef Rcpp::Vector<RTYPE> VECTOR;
31
32 Mean(const VEC_TYPE& object_) : object(object_) {}
33
34 double get() const {
35 VECTOR input = object;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected