<?xml version="1.0"?>
<?xml:stylesheet type="text/xsl" href="IntroBook.xsl" ?>
<chapter>
	<number></number>
	<author>David W. Stockburger</author>
	<title>The Probability Calculator</title>
	<modified>05/23/00</modified>
	<URL>pdfReadMe.xml</URL>
	<section>

	<P>In my years of teaching statistics two technical advances have simplified the material for the student. The first is the statistical calculator and statistical packages to ease the computational burden. The second is the use of the computer to replace the normal curve table. This page and corresponding program expand the earlier normal curve program to include additional distributions and a visual representation of the curves.</P>
	<P>This program and Java Applet replace the tables that are normally found in statistics texts.  They have great advantages over traditional tables in that they are visual, allowing the student to see both the shape of the distribution and the area in question. An additional advantage of these programs over traditional statistical tables is that exact significance levels can be found from observed statistics. This means that in hypothesis testing it is no longer necessary to find a critical value of a statistic and compare it to the observered value.  All the student has to do is compare the probability of the statistic to the value selected for alpha. This procedure eliminates a step from all hypothesis testing procedures and corresponds to the output of most statistical packages.  It has an additional advantage of freeing the statistician from the tyranny of only using alpha levels that are presented in statistical tables.</P>
	<P>I have attempted to construct the interface consistantly for all statistical tables. To use the tables, enter appropriate values for distribution parameters followed by either a value for the statistic or a probability. Clicking on the button labelled
	<figure>
		<description>Right arrow button on Probability Calculator.</description>
		<url>images/pdfright.gif</url>
		<width>25</width>
		<height>25</height>
		<caption></caption>
		<alt>right arrow</alt>
	</figure> 
	 will find the probability (exact significance level) of the statistic for the value entered in the text box.
	 </P>
	 <P>For example, to find the area that falls below a given value on a given normal curve, enter the values for mu, sigma, and X. The following has mu equal 100, sigma equal 15, and X equal 123.</P>
	 <P>
	 	<figure>
		<description>Finding area given scores on the normal curve.</description>
		<url>images/pdf01.gif</url>
		<width>377</width>
		<height>77</height>
		<align></align>
		<caption></caption>
		<alt>Finding area given scores on the normal curve.</alt>
	</figure>
	</P>
	<P>The following display is the result.</P>
	<P>
	<figure>
		<description>Finding area given scores on the normal curve - resulting display.</description>
		<url>images/pdf02.gif</url>
		<width>373</width>
		<height>285</height>
		<align></align>
		<caption></caption>
		<alt>Finding area given scores on the normal curve - resulting display.</alt>
	</figure>
	</P>
	<P>Clicking on the 
	<figure>
		<description>Leftt arrow button on Probability Calculator.</description>
		<url>images/pdfleft.gif</url>
		<width>24</width>
		<height>25</height>
		<caption></caption>
		<alt>left arrow</alt>
	</figure> 
	 button will find the value of the statistic that cuts off the probability that was entered in the probability text box.</P>
	<P>Critical values corresponding to traditional statistical tables may be calculated by entering ".05" or ".01" in the probability text box and finding the value by clicking the
	<figure>
		<description>Leftt arrow button on Probability Calculator.</description>
		<url>images/pdfleft.gif</url>
		<width>24</width>
		<height>25</height>
		<caption></caption>
		<alt>left arrow</alt>
	</figure> 
	  button.</P>
	<P>I have included the parameters mu and sigma in the t distribution to be consistent with the normal distribution interface and to encourage the user to find confidence intervals rather than simply testing hypotheses. Values for traditional t tables can be found by setting the value of mu to 0 and sigma to 1.</P>
	<P>For example, the critical values for a t distribution with ten degrees of freedom can be found as follows:</P>
	<P>
	<figure>
		<description>Finding critical values of the t distribution with Probability Calculator.</description>
		<url>images/pdf03.gif</url>
		<width>394</width>
		<height>82</height>
		<align></align>
		<caption></caption>
		<alt>Finding critical values of the t distribution with Probability Calculator.</alt>
	</figure>
	</P>
	<P>
	<figure>
		<description>Finding critical values of the t distribution with Probability Calculator - result.</description>
		<url>images/pdf04.gif</url>
		<width>389</width>
		<height>287</height>
		<align></align>
		<caption></caption>
		<alt>Finding critical values of the t distribution with Probability Calculator - result.</alt>
	</figure>
	</P>

	</section>
</chapter>

