Refresh

This website rubydoc.info/github/sciruby/statsample/master/Statsample%2FTest.levene is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Method: Statsample::Test.levene

Defined in:
lib/statsample/test.rb

.levene(input, opts = Hash.new) ⇒ Object

Shorthand for Statsample::Test::Levene.new


76
77
78
# File 'lib/statsample/test.rb', line 76

def levene(input, opts=Hash.new)
  Statsample::Test::Levene.new(input,opts)
end