二つの母相関係数の差の検定
二つの母相関係数から、検定統計量を計算
標準相関係数から、検定統計量を計算
“検定統計量が棄却域に入るとき、帰無仮設を棄てる”
これは、次のことと同じです
“有意確率 ≦ 有意水準の時、帰無仮設を棄てる”
検定統計量の有意確率(検定統計量の外側の確率)
a = 0.05
hypothTest = Num4HypothTestLib::TwoSideTestLib.new
hypothTest.diffPopulationCorre(-0.76655, 12, -0.3, a)
a = 0.05
hypothTest = Num4HypothTestLib::RightSideTestLib.new
hypothTest.diffPopulationCorre(-0.76655, 12, -0.3, a)
a = 0.05
hypothTest = Num4HypothTestLib::LeftSideTestLib.new
hypothTest.diffPopulationCorre(-0.76655, 12, -0.3, a)