Method: Statsample::Test.t_two_samples_independent
- Defined in:
- lib/statsample/test.rb
.t_two_samples_independent(v1, v2, opts = Hash.new) ⇒ Object
Shorthand for Statsample::Test::T::TwoSamplesIndependent.new
68 69 70 |
# File 'lib/statsample/test.rb', line 68 def t_two_samples_independent(v1,v2, opts=Hash.new) Statsample::Test::T::TwoSamplesIndependent.new(v1,v2,opts) end |