341 342 343 344 345
# File 'lib/carray-gsl/core.rb', line 341 def stats_variance attach { return GSL::Stats.variance(self.gv) } end