Method: CArray#stats_wsd
- Defined in:
- lib/carray-gsl/core.rb
#stats_wsd(w) ⇒ Object
456 457 458 459 460 |
# File 'lib/carray-gsl/core.rb', line 456 def stats_wsd (w) CArray.attach(self, w) { return GSL::Stats.wsd(self.gv, w.gv) } end |