Method: CArray#stats_wskew

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

#stats_wskew(w) ⇒ Object



504
505
506
507
508
# File 'lib/carray-gsl/core.rb', line 504

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