From 76c3da105df73bad285bbccde7e3fbf8232a5d3f Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Tue, 12 Apr 2022 09:22:53 -0400 Subject: [PATCH] Fix section for chi-squared test problem (goodness of fit) --- .../setStatistics_Ch22ChiSquare/22Stats_04_ChiSquare.pg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenProblemLibrary/CollegeOfIdaho/setStatistics_Ch22ChiSquare/22Stats_04_ChiSquare.pg b/OpenProblemLibrary/CollegeOfIdaho/setStatistics_Ch22ChiSquare/22Stats_04_ChiSquare.pg index 51ff1802ec..ed9dd877bd 100644 --- a/OpenProblemLibrary/CollegeOfIdaho/setStatistics_Ch22ChiSquare/22Stats_04_ChiSquare.pg +++ b/OpenProblemLibrary/CollegeOfIdaho/setStatistics_Ch22ChiSquare/22Stats_04_ChiSquare.pg @@ -1,7 +1,7 @@ ## DESCRIPTION ## DBsubject(Statistics) ## DBchapter(Hypothesis tests) -## DBsection(Chi-squared test for independence) +## DBsection(Chi-squared test for goodness of fit) ## Institution(The College of Idaho) ## Author(R Cruz, L Danielson, J Guild) ## MLT(ChiSquareAllSteps)