J U A N ' SWelcome to Juan's Home!
Welcome to Juan's Home!


Computers & Internet:
TI-83 (TI-STAT)
Archive
Lessons
Information
Links
FAQ
News
C++
Perl
HTML
JavaScript
Java

Educative:
Math
Science
Literature
Social Science

Resources for your site:
Java Scripts
CGI Scripts
E-mail
Counters
Radio Stations
Banner Exchanges
News
Guestbooks
Graphics
Site Hosting

Other:
Home
Links
E-Mail
About Me
Disclaimer
Books
My Radio Station

This page hosted by:

J U A N ' S

BPSTATC5.83P Read Me File



You may also view this file in text format


BPSTATC5.83p
Dated: 02/13/99
Size: 620
-----------------------------------------
Basic Practicel of Statistics Chapter 5 Options
Statistics Program
-----------------------------------------
Any questions, comments, ect. e-mail:
ti-stat@geocities.com

For more updates visit
http://www.geocities.com/juan_nt/
-----------------------------------------

Installation:

To install the program simply send the file BPSTATC5.83p to your calculator using an appropriate program. If you do not have a link cable simply type out the program yourself, the souce code is at the bottom. Or go to my website for more information on how to get a link cable.


-----------------------------------------

About:

This program contains all the formulas used in Chaper 5 of The Basic Practice of Statistics by David S. Moore. If you have this book this is a perfect program for you. Other books might have the same structure as this one, so it might still be useful to you even if you don't have this book.


-----------------------------------------

How to use:

Once you have the program in the calculator simply run the program by pressing the PRGM key, this will give you a list of all the programs in your calculator. Click the PRGM button and highlight the name BPSTATC5 and hit return to execute the program.


You are now faced with options on what formula you want to use. These include Z STATISTIC, Confidence Interval, Margin of error, etc... The last options, Quit, is a more fasionable manner of quiting the program. You may also quit by pressing on, in which case the program will break.

Feel free to play around with it if you like. Send me an e-mail if you get something creative done!


-----------------------------------------

Source Code Notes:

Sigma x\Sigma-x\
square root\SquareRoot\
x bar (mean)\x-bar\
squared\^2\
-> store\->\



Source Code:
:Lbl BG
:Menu("STAT CH5 OPTIONS","STANDARD DEV.",SD,"CONFIDENCE
:INT",CF,"MARGIN OF ERROR",ME,"N FROM M OF
:E",NM,"P-VALUE",PV,"MORE...",MR,"QUIT",QT
:Lbl SD
:Input "\Sigma-x\=",S
:Input "N= ",N
:Disp S/\SquareRoot\(N)
:Pause
:Goto BG
:Lbl CF
:Input "\x-bar\= ",M
:Input "Z= ",Z
:Input "\Sigma-x\=",S
:Input "N= ",N
:Disp M-(ZS/\SquareRoot\(N)),M+(ZS/\SquareRoot\(N))
:Pause
:Goto BG
:Lbl ME
:Input "Z= ",Z
:Input "\Sigma-x\=",S
:Input "N= ",N
:Disp ZS/\SquareRoot\(N)
:Pause
:Goto BG
:Lbl NM
:Input "Z= ",Z
:Input "\Sigma-x\ ",S
:Input "M= ",M
:Disp (ZS/M)\^2\
:Pause
:Goto BG
:Lbl PV
:Input "\x-bar\= ",M
:Input "MU= ",U
:Input "\Sigma-x\= ",S
:Disp (M-U)/S
:Pause
:Goto BG
:Lbl MR
:Menu("STST CH5 OPTIONS","TYPE I ERROR",E1,"TYPE II ERROR",E2,"MORE...",BG,"QUIT",QT
:Lbl E1
:Input "MU= ",M
:Input "Z= ",Z
:Input "\Sigma-x\= ",S
:Disp M-ZS,M+ZS
:Pause
:Goto MR
:Lbl E2
:Input "Z= ",Z
:Input "MU= ",M
:Input "\x-bar\= ",X
:Input "\Sigma-x\= ",S
:M-ZS ->A
:M+ZS ->B
:Disp (A-X)/S,(B-X)/S
:Pause
:Goto MR
:Lbl QT
:Stop

-----------------------------------------

Enjoy!




Copyright © 1999 Juan Cornejo. Page design by Juan Cornejo.


1