Method: CArray#stats_wkurtosis
- Defined in:
- lib/carray-gsl/core.rb
#stats_wkurtosis(w) ⇒ Object
516 517 518 519 520 |
# File 'lib/carray-gsl/core.rb', line 516 def stats_wkurtosis (w) CArray.attach(self, w) { return GSL::Stats.wkurtosis(self.gv, w.gv) } end |