<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" xmlns:m="http://www.w3.org/1998/Math/MathML" id="new">
  <name>F Distribution and ANOVA: Purpose and Basic Assumption of ANOVA</name>
  <metadata>
  <md:version>1.4</md:version>
  <md:created>2008/06/23 14:20:03 GMT-5</md:created>
  <md:revised>2008/07/15 10:52:03.420 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="billowsky">
      <md:firstname>Barbara</md:firstname>
      
      <md:surname>Illowsky</md:surname>
      <md:email>illowskybarbara@deanza.edu</md:email>
    </md:author>
      <md:author id="sdean">
      <md:firstname>Susan</md:firstname>
      
      <md:surname>Dean</md:surname>
      <md:email>deansusan@deanza.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="cnxorg">
      <md:firstname/>
      
      <md:surname>Connexions</md:surname>
      <md:email>cnx@cnx.org</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>alternate hypothesis</md:keyword>
    <md:keyword>ANOVA</md:keyword>
    <md:keyword>F Distribution</md:keyword>
    <md:keyword>hypothesis test</md:keyword>
    <md:keyword>null hypothesis</md:keyword>
    <md:keyword>One-Way Analysis of Variance</md:keyword>
    <md:keyword>population</md:keyword>
    <md:keyword>sample</md:keyword>
    <md:keyword>statistics</md:keyword>
    <md:keyword>variance</md:keyword>
  </md:keywordlist>

  <md:abstract>This module describes the assumptions needed for implementing an ANOVA and how to set up the hypothesis test for the ANOVA.</md:abstract>
</metadata>
  <content>

<section id="section-1">
<name>F Distribution and ANOVA: Purpose and Basic Assumption of ANOVA </name>
    <para id="delete_me">The purpose of an <term src="#anova">ANOVA</term> test is to determine the existence of a statistically significant difference among several group means. The test actually uses <term src="#variance">variances</term> to help determine if the means are equal or not.</para><para id="element-257">In order to perform an ANOVA test, there are three basic <emphasis>assumptions</emphasis> to be fulfilled:
<list id="list-786879" type="bulleted"><item>Each population from which a sample is taken is assumed to be normal.</item>
<item>Each sample is randomly selected and independent.</item>
<item> The populations are assumed to have <emphasis>equal standard deviations (or variances).</emphasis></item>
</list></para> 
</section>  
<section id="nullalt">
<name>The Null and Alternate Hypotheses</name>
<para id="delete_me2">The null hypothesis is simply that all the group population means are the same. The
alternate hypothesis is that at least one pair of means is different. For example, if there are
<m:math><m:mi>k</m:mi></m:math> groups:</para><para id="element-671"><m:math>
<m:msub>
<m:mi>H</m:mi>
<m:mi>o</m:mi>
</m:msub>
<m:mo>:</m:mo> 

<m:msub>
<m:mi>μ</m:mi>
<m:mi>1</m:mi>
</m:msub> 
<m:mo>=</m:mo> 
<m:msub>
<m:mi>μ</m:mi>
<m:mi>2</m:mi>
</m:msub>
<m:mo>=</m:mo> 
<m:msub>
<m:mi>μ</m:mi>
<m:mi>3</m:mi>
</m:msub>
<m:mo>=</m:mo>
<m:mo>...</m:mo> 
<m:mo>=</m:mo> 
<m:msub>
<m:mi>μ</m:mi>
<m:mi>k</m:mi>
</m:msub>
</m:math></para><para id="element-952"><m:math>
<m:msub>
<m:mi>H</m:mi>
<m:mi>a</m:mi>
</m:msub>
<m:mo>:</m:mo></m:math> At least two of the group means
<m:math>
<m:msub>
<m:mi>μ</m:mi>
<m:mn>1</m:mn>
</m:msub>
<m:mo>,</m:mo>
<m:msub>
<m:mi>μ</m:mi>
<m:mn>2</m:mn>
</m:msub>
<m:mo>,</m:mo>
<m:msub>
<m:mi>μ</m:mi>
<m:mn>3</m:mn>
</m:msub>
<m:mo>,</m:mo> 
<m:mo>...</m:mo>
<m:mo>,</m:mo>
<m:msub>
<m:mi>μ</m:mi>
<m:mi>k</m:mi>
</m:msub></m:math> are not equal.</para> 
</section>
  </content>
  <glossary>

  <definition id="anova">
    <term>Analysis of Variance</term>
    <meaning>
      Also referred to as ANOVA.  A method of testing whether or not the means of three or more populations are equal. The method is applicable if: 
<list id="gllist1" type="bulleted">
<item>All populations of interest are normally distributed.</item>
<item>The populations have equal standard deviations.</item>
<item>Samples (not necessarily of the same size) are randomly and independently selected from each population.</item>
</list>The test statistic for analysis of variance is the F-ratio.
    </meaning>
  </definition>
<definition id="variance">
    <term>Variance</term>
    <meaning>
Mean of the squared deviations from the mean. Square of the standard deviation.
    </meaning>
  </definition>

</glossary>
</document>
