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

Method Sd

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

Source from the content-addressed store, hash-verified

32 typedef typename Rcpp::traits::storage_type<RTYPE>::type STORAGE ;
33
34 Sd( const VEC_TYPE& object_ ) : object(object_){}
35
36 STORAGE get() const {
37 return ::sqrt( var(object).get() ) ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected