Class: Num4HypothTestLib::DecorrTestLib

Inherits:
Object
  • Object
show all
Defined in:
lib/num4hypothtst.rb

Overview

無相関の検定

Instance Method Summary collapse

Constructor Details

#initializeDecorrTestLib



219
220
221
# File 'lib/num4hypothtst.rb', line 219

def initialize
    @hypothTest = DecorrTest.getInstance()
end

Instance Method Details

#twoSideTest(r, n, a) ⇒ boolean

両側検定



229
230
231
# File 'lib/num4hypothtst.rb', line 229

def twoSideTest(r, n, a)
    return @hypothTest.twoSideTest(r, n, a)
end