Method: CArray#stats_tss

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

#stats_tssObject



365
366
367
368
369
# File 'lib/carray-gsl/core.rb', line 365

def stats_tss 
  attach {
    return GSL::Stats.tss(self.gv)
  }
end