| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected