<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="../styles/pmathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="content-type"
  content="application/xhtml+xml; charset=iso-8859-1" />
  <title>Experiments writing equations using mathml</title>
  <meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
  <link href="../styles/mathML_generic.css" rel="stylesheet" type="text/css" />
</head>

<body>
<p>This document was created in Amaya 10</p>

<p class="inside_title">Chapter 6: Normal Probability Distributions</p>

<p class="bold_italic">6-1 Overview</p>

<p><img alt="Continuous Probability Distribution with no columns overlaid with Discrete Probability Distribution with columns" src="../images/normal_binomial.gif" class="float_right" />Continuous random variables do not have gaps between the numbers. For
example, height can be 1, 1.1, 1.01, 1.001 or whatever precision you need. Thus
graphs of the probability distributions are smooth and do not have the vertical
bars that are required by graphs of discrete probability distributions.</p>



<p class="bold_italic">6-2 The Standard Normal Distribution</p>

<p>All Normal Probability Distributions have a bell or mound shape. The
Standard Normal Distribution is the normal distribution with &#x3bc; = 0 and
&#x3c3; = 1. Remember &#x3bc; is the mean and &#x3c3; is the standard deviation
of a population. Use Table A-2 or STATDISK to look up the probability
associated with z.</p>

<p class="bold_italic">6-3 Applications of Normal Distributions</p>

<p>The z-score formula for n = 1 is:
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>z</mi>
  <mo>=</mo>
  <mfrac>
    <mrow>
      <mi>x</mi>
      <mo>&#x2212;</mo>
      <mi>&#x3bc;</mi>
    </mrow>
    <mi>&#x3c3;</mi>
  </mfrac>
</math></p>

<p>Any normal probability distribution can be transformed into a standard
normal probability distribution using the z formula, so that you can use Table
A-2 to look up probabilities to solve problems.</p>

<p class="bold_italic">6-4 Sampling Distributions &amp; Estimators</p>

<p>Because we seldom have access to the entire population, we need to develop
the relationship between the population parameters (what we want to know but
can directly compute) and the sample statistics (what we can compute but know
are uncertain). That relationship is called the Central Limit Theorem.</p>

<p class="bold_italic">6-5 The Central Limit Theorem</p>

<p>The z-score formula for n &gt; 1 is
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>z</mi>
  <mo>=</mo>
  <mfrac>
    <mrow>
      <mi>x</mi>
      <mo>&#x2212;</mo>
      <mi>&#x3bc;</mi>
    </mrow>
    <mfrac>
      <mi>&#x3c3;</mi>
      <msqrt>
        <mi>n</mi>
      </msqrt>
    </mfrac>
  </mfrac>
</math></p>

<p>In spite of the mathematical complexity behind the development of The
Central Limit Theorem, it is very easy to apply it to our work. The z formula
changes to incorporate samples larger than 1 and we use the same problem
solving techniques learned in 6-3</p>

<p class="bold_italic">6-6 Normal as Approximation to Binomial</p>

<p>Surprisingly, many discrete binomial probability distributions look
approximately like continuous normal probability distributions. In those cases
we can expand our application of the properties of normal distributions to
binomial distributions. </p>
</body>
</html>

