document.write( "Question 139460: Stan, please explain the characteristics of a Chi-Square Goodness of Fit hypothesis test as well as the Chi-Square test for independence. Please provide an example of using one of these hypothesis test. Please be specifc providing the steps to the hypothesis test in your exmaple.
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #101679 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! explain the characteristics of a Chi-Square Goodness of Fit hypothesis test as well as the Chi-Square test for independence. Please provide an example of using one of these hypothesis test. Please be specifc providing the steps to the hypothesis test in your exmaple. \n" ); document.write( "-------------------- \n" ); document.write( "These are large topics. You would have to see a text on statistics or use \n" ); document.write( "Google to get all of what you are looking for. But here is a little of it. \n" ); document.write( "---------------- \n" ); document.write( "Goodness of Fit with a simplified example: \n" ); document.write( "30 horse races are run with horses in 3 lanes. \n" ); document.write( "# of wins from lane DISABLED_event_one= 8 \n" ); document.write( "# of wins from lane two = 12 \n" ); document.write( "# of wins from lane three = 10 \n" ); document.write( "--------------------------------- \n" ); document.write( "Ho: It makes no difference which lane the horse starts in. \n" ); document.write( "Ha: It makes a difference. \n" ); document.write( "--------------- \n" ); document.write( "Comment: If it makes no difference there should be 10 wins from each position. \n" ); document.write( "--------------- \n" ); document.write( "Run a Chi-Sq on a 2 x 3 Matrix: \n" ); document.write( "row 1: 8....12....10 \n" ); document.write( "row 2: 10...10....10 \n" ); document.write( "----------------------- \n" ); document.write( "Chi-Sq results: \n" ); document.write( "Test statistic: Chi-Sq = 0.404040404... \n" ); document.write( "p-value: 0.81707 \n" ); document.write( "df=2 \n" ); document.write( "----------- \n" ); document.write( "Conclusion: Since p-value is greater than 5%, Fail to reject Ho. \n" ); document.write( "It makes no difference which lane the horse starts in. \n" ); document.write( "================================================== \n" ); document.write( "Ch-Sq Test for Independence \n" ); document.write( "You have three horses, A, B, C and you have three lanes on the track 1,2.3. \n" ); document.write( "You keep track of how many wins each horse has on each track. \n" ); document.write( "----------------- \n" ); document.write( "------------------A..........B........C \n" ); document.write( "row 1.............2..........4........3 \n" ); document.write( "row 2.............3..........5........1 \n" ); document.write( "row 3.............4..........2........5 \n" ); document.write( "--------------------------- \n" ); document.write( "Ho: Horses and lanes are independent \n" ); document.write( "Ha: They are dependent \n" ); document.write( "Run a Chi-Sq on the 3 x 3 Matrix and get the following \n" ); document.write( "------------ \n" ); document.write( "Test Statistic: Chi-Sq = 0.213447... \n" ); document.write( "p-value = 0.37789.. \n" ); document.write( "df=4 \n" ); document.write( "------------ \n" ); document.write( "Conclusion: Since p-value is greater than 5%, Fail to reject Ho. \n" ); document.write( "Horses and lanes are independent. \n" ); document.write( "================================= \n" ); document.write( "Hope that helps. \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |