| A | Quick program to get areas from the SND table | z | area between 0 and z |
| AAEZT | Calculates the critical t for Student's t-distribution | alpha, df, number of tails | critical t |
| AAZTAIL | Calculates the critical z for the SND | tail type, confidence level or significance level | critical z, graph |
| AZ | Calculates the area between two z's or z's | mean, stand dev, x or z | area between x or z |
| AZS | Calculates the area between the mean and x for a sampling distribution | n, mran, s, x | standard error, area from the mean |
| BINOMIAL | Calculates the binomial probability for low x to high x | n, p, low x, high x | probability |
| CHISQ | Calculates Chi-square (see FILL below) | put the actual values in L1, put the expected values in L2 | Chi-square |
| DIE | Demonstrates the central limit theorem by using random samples (of flipping a die), that the mean of the sample means approach the theoretical mean, then draws graphs of the results | sample size, number of samples | standard error, then selection from 1) histogram, 2) regression line, 3) both, 4) start over, 5) normal, 6) quit |
| DISPLIST | Displays a list in L1 on the home screen | sorted or unsorted? | displays the list in columns |
| FILL | Enters constant of dimension n data in L2 (used with CHISQ) | the number to be put in the cells, how many of them | puts the numbers in L2 |
| FLIPPO | Demonstrates the law of large numbers for flipping coins | loop size | dynamic results, relative frequency after each loop size |
| GRAPBIN | Graphs a binary distribution | p, n | a pseudo histogram and a normal curve imposed |
| NPDF | a subroutine - include with programs | ||
| PGETKEY | a subroutine - include with programs | ||
| POIG | a subroutine - include with programs | ||
| SETLEDIT | Sets up the lists | empty the lists? | does SetUpEditor and clears the lists if selected |
| STATB | A statistics utility program | depends on selection | depends on selection |