Method: CArray#stats_wtss

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

#stats_wtss(w) ⇒ Object



468
469
470
471
472
# File 'lib/carray-gsl/core.rb', line 468

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