Operation Manual

Chapter 12: Statistics 216
Statistical Analysis in a Program
Entering Stat Data
You can enter statistical data, calculate statistical results, and fit models to data from a program. You
can enter statistical data into lists directly within the program (Chapter 11).
Statistical Calculations
To perform a statistical calculation from a program, follow these steps.
1. On a blank line in the program editor, select the type of calculation from the
STAT CALC menu.
2. Enter the names of the lists to use in the calculation. Separate the list names with a comma.
3. Enter a comma and then the name of a Y= variable, if you want to store the regression equation to a
Y= variable.
Statistical Plotting
Steps for Plotting Statistical Data in Lists
You can plot statistical data that is stored in lists. The six types of plots available are scatter plot, xyLine,
histogram, modified box plot, regular box plot, and normal probability plot. You can define up to three
plots.
To plot statistical data in lists, follow these steps.
1. Store the stat data in one or more lists.
2. Select or deselect Y= functions as appropriate.
3. Define the stat plot and set the color of the plot.
4. Turn on the plots you want to display.
5. Define the viewing window.
6. Display and explore the graph.
Scatter
Scatter (")plots plot the data points from Xlist and Ylist as coordinate pairs, showing each point as a
box ( ), cross (
+ ), or dot ( ¦ ). Xlist and Ylist must be the same length. You can use the same list for
Xlist and Ylist.