Method: CArray#stats_wsd_m
- Defined in:
- lib/carray-gsl/core.rb
#stats_wsd_m(w, mean) ⇒ Object
462 463 464 465 466 |
# File 'lib/carray-gsl/core.rb', line 462 def stats_wsd_m (w, mean) CArray.attach(self, w) { return GSL::Stats.wsd_m(self.gv, w.gv, mean) } end |