階2乗検定
a = 0.05
hypothTest = Num4HypothTestLib::TwoSideTestLib.new
hypothTest.chi2DistTest(2.9064, 9, a)
a = 0.05
hypothTest = Num4HypothTestLib::RightSideTestLib.new
hypothTest.chi2DistTest(2.9064, 9, a)
片側(左側)検定
a = 0.05
hypothTest = Num4HypothTestLib::LeftSideTestLib.new
hypothTest.chi2DistTest(2.9064, 9, a)