Method: CArray#stats_wmean

Defined in:
lib/carray-gsl/core.rb

#stats_wmean(w) ⇒ Object



438
439
440
441
442
# File 'lib/carray-gsl/core.rb', line 438

def stats_wmean (w)
  CArray.attach(self, w) {
    return GSL::Stats.wmean(self.gv, w.gv)
  }
end