359 360 361 362 363
# File 'lib/carray-gsl/core.rb', line 359 def stats_sd_m (mean) attach { return GSL::Stats.sd_m(self.gv, mean) } end