母相関係数の検定
a = 0.05
hypothTest = Num4HypothTestLib::TwoSideTestLib.new
hypothTest.populationCorre(-0.76655, 12, -0.3, a)
a = 0.05
hypothTest = Num4HypothTestLib::RightSideTestLib.new
hypothTest.populationCorre(-0.76655, 12, -0.3, a)
a = 0.05
hypothTest = Num4HypothTestLib::LeftSideTestLib.new
hypothTest.populationCorre(-0.76655, 12, -0.3, a)