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

Method Var

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

Source from the content-addressed store, hash-verified

32 typedef typename Rcpp::VectorBase<RTYPE,NA,T> VEC_TYPE ;
33
34 Var( const VEC_TYPE& object_ ) : object(object_){}
35
36 double get() const{
37 const double average = mean(object).get();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected