ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Archives :: File Archives :: TI-83/84 Plus BASIC Math Programs (Statistics)
File Archives

TI-83/84 PLUS BASIC MATH PROGRAMS (STATISTICS)

Click a filename to download that file.
Click a folder name to view files in that folder.
Click  for file information.
indicates files with screen shots.
indicates files with animated screen shots.
indicates files with reviews.
indicates featured programs.

Archive Statistics
Number of files 110
Last updated Tuesday, 5 May 2009
Total downloads 253,733
Most popular file  AP Statistics with 17,660 downloads.


Name Size Date Rating Description
(Parent Dir) folder   Up to TI-83/84 Plus BASIC Math Programs
linereg.zip 1k 09-09-27 File is not rated Line Regression Solver
Just enter in your points and the program will graph it for you and show you the best fit line.
apstats2.zip 1k 09-05-05 File is not rated Hypothesis Tests
This program includes information on the mean, std dev, assumptions, hypothesis, test stat, and confidence interval for 1 samp z test, 1 samp t test, 2 samp t test, 1 proportion z test, 2 proportion z test, chi squared, and lin reg t test. It also includes information on bionomal and geometric distrubtions.
polyfit.zip 2k 09-03-14 File is not rated Polyfit
Points go in. Polynomial fit comes out. Unlike Curve Fitting (http://www.ticalc.org/pub/83plus/basic/math/statistics/curvefit.zip), the points are stored in L3 and L4, the coefficients (in reverse order) are stored in [A], AND the polynomial (also in reverse order) is stored in Y1. Detailed documentation is included.
curvefit.zip 1k 09-01-05 File is not rated Curve Fitting
Calculates the polynomial of least degree that passes exactly through any number of data points (Lagrange interpolation). Coefficients are stored in list and matrix form for your mathematical convenience and pleasure.
meanfinder.zip 1k 08-11-30 File is not rated MeanFinder
MeanFinder is a program that finds the mean (average) of a specified number of numbers. This program is 768 bytes in size. More information in the Readme.
fastmodefinder.zip 1k 08-11-30 File is not rated Fast Mode Finder
Have you noticed that your TI-83/84 has built in functions for mean and median, but not for mode? This program will find the mode(s) of a list, and do it quickly.
uncertan.zip 1k 08-09-16 File is not rated Uncertainty Calculator
This program allows you to know the result of a operation or function of one or two non exact numbers. The output appears in the form of interval. You can continue to use the final result just by enter. Operations: addition,subtraction, multiplication and division. Functions: Sine, Cosine, Tangent, X^-1, X^0.5, X^2, X^3, X^4, logarithm.
erf_erfc.zip 4k 08-04-14 File is not rated Gaussian Error Function: erf( and erfc(
A set of programs the computes the erf(x) and erfc(x). Unlike similar programs available here, the result given by these programs is accurate to all 10 decimals displayed by the calculator.
statfun83.zip 242k 08-03-20 File is not rated Statfun83 - AP Statistics upgrades for TI-83 and TI-84
These programs give the TI-83 and TI-84 seven statistics functions that TI added to the TI-84 and yet more from the TI-89 and TI-Nspire: Dotplot; Random sample a list with and without replacement; Inverse t; Inverse chi-square; Chi-Square Goodness-of-Fit; Linear Regression t-Interval; Linear Regression t-Interval with Prediction. Statfun83 provides each function as both a Basic program and as an App. Since the TI-Nspire and TI-84 are approved, these enhancements for the TI-84 and TI-83 are permitted on the AP Statistics exam.
ichart.zip 1k 07-12-28 File is not rated iChart
iChart is a chart/plot/graphing program which allows the user to create pie-charts, bar-graphs, histograms, Stem & Leaf Plots, and box(& whisker) plots. In addition, it cangive you a five-number analysis (min, Q1, median, Q2, max) as well as sample & population deviation. Additionally, it will give you the number of outliers and what they are.
cumupoly.zip 3k 07-05-16 File is not rated Cumulative Frequency Polygon
Calculates and plots the cumulative frequencies of a data list.
stdres.zip 1k 07-05-16 File is not rated Standardized Residuals Calculator
Calculates standardized residuals (for chi-square tests).
coinflip.zip 2k 06-12-10 File is not rated Coin Flip
Flips a coin and draws a cumulative graph of the flips. Nice and fun Statistics program.
normal.zip 29k 06-11-14 File is not rated Normal v1.00
Normal v1.00 is a "full precision" replacement for the built-in TI-83 normal cumulative distribution function. Normal v1.00 includes an inverse normal program, norminv, which is more accurate for probabilities < 0.995. Norminv handles extremely small probabilities better than the built-in inverse routine. A stand-alone error function is also included.
statlite.zip 31k 06-10-28 File is not rated StatLitE v1.00
StatLitE v1.00 includes a "full precision" replacement for the built-in TI-83 normal cumulative distribution function. TI-83: normalcdf(-1E99,0,0,1) returns .5000000005 TI-89: TIStat.normCdf(-inf,0,0,1) returns .50000000052481 The replacement normcdf returns .5 on both the TI-83 and TI-89 The built-in norm[al]cdf only has 6 digits of accuracy when z=3 Z-score 3 Excel 2003 0.998650101968370 TI-89 0.99865003277777 TI-83 0.9986500328 StatLitE v1.00’s normcdf has full display accuracy Z-score 3 Excel 2003 0.998650101968370 StatLitE normcdf 0.99865010196835 ti83p normcdf 0.998650102 StatLitE v1.00 includes an inverse normal program, norminv, which is more accurate for probabilities < 0.995. Norminv handles extremely small probabilities better than the built-in inverse routine. A stand-alone error function is also included. Chi2cdf, chi2pdf, Fcdf, Fpdf, tcdf and tpdf call the built-in routines, which have full accuracy. They are only included as a convenient reminder about the order of parameter entry. They can all be deleted.
mwc.zip 3k 06-09-08 File is not rated Multiply with Carry
Two Multiply with Carry random generators with periods of 2^59 and 2^120 resp. This type of generator is known for its good properties. Text versions in the file. Also enclosed a text file on the subject by George Marsaglia.
invrst.zip 1k 06-08-13 File is not rated Inverse T distribution
This finds the function value of the t-distribution given the degrees of freedom and the p-value or the area of the tail.
bernoulli.zip 1k 06-07-18 File is not rated Bernoulli's Trials
A simple program that does Beurnolli's trials for probability [(nCr)(p^r)(q^(n-r))] for both ordered and unordered events. Enter the probability of success (p), number of trials (n), and number of successes (r), and it will display the answer in fraction form (if possible). Bypasses tedious calculations, and can be used as a way of checking answers.
variancesolver.zip 3k 06-05-11 File is not rated Variance Solver
This program was created to help solve direct/inverse variation problems. It solves for k, given the X and Y values and whether it is a direct or inverse variation problem. It is optimized for space, at 204 bytes. It is also MirageOS compatible, for anyone who wants to run it archived. This is the first release, and has no known bugs.
ostat2.zip 3k 05-12-10 File is not rated OSTAT2
OSTAT2 is a program that was designed as a study aide for the AP Statistics test. It will help you study for the AP Statistics test and may vary well help with any other basic level statistics course. It includes an IQR solver, tests of significance, types of errors, the 7 step approach to answering questions to assure full credit, forumulas, and just about everything else you might need for the AP test. Also program features a looping menu to ease use.
probtools.zip 1k 05-11-06 File is not rated Probability Tools 1.0
Flip coins, roll dice, and spin spinners. Your only 352-byte pal for middle school math and probability. Not nearly as graphical as the APP, but there is a huge memory difference, and the 83+ isn't known for its memory.
cointoss.zip 1k 05-10-20 File is not rated Coin Toss Simulator v1.02
Input a number and this nifty little program will simulate tossing a coin that many times. Then it will output a line graph, showing the percentage of heads after each toss. The main purpose of this program is to demonstrate the Law of Large Numbers, but you can also use it to impress your Statistics teacher!
numberaverager.zip 1k 05-10-08 File is not rated Average 1.0
This was my first somewhat useful basic program that was worthy of being loaded online. This program can only average a few numbers at a time, but it might be useful for something. Like all the rest of my files, this one is compressed using the Bzip2 format and requires WinZip 9.0 SR-1 or its equivalent to function.
chitests.zip 2k 05-09-26 File is not rated Chi Statistical Tests
Very useful Statistical program, covering the Goodness of fit and Chi squared tests. Features include stating and checking for assumptions, displaying chi squared value, P-value, and degrees of freedom, tells you whether or not to reject the Ho hypothesis and at what alpha level, and does so in a very accurate, compact manner. If you are taking AP Statistics or any math class which uses these distribution tests, you will find this program extremely useful, even if it's just to check your work. -- By Fisch2
bell.zip 1k 05-09-08 File is not rated ProgBell
This program integrates the normal bell curve for you. This is especially useful in Prob + Stat where you're given a chart and have to add and subtract and all of this long, annoying stuff. This simplifies it.
q_correlation.zip 2k 05-08-02 File is not rated Q' Correlation
To determine the q correlation coefficient for a set of data values. Contains two programs the require: the values of a, b, c and d from a plot, does the calculation quickly. storing the data L1 and L2 with the program doing all other calculations.
modefinder.zip 1k 05-07-03 File is not rated Mode finder v1.1 By Max B.
This little program quickly finds the mode of L1, even if the mode is more than 1 number. It is helpful, and has no known errors other than memory.
vonneumann.zip 1k 05-06-09 File is not rated Un-Biased Coin Flipper
This is an implementation of von Neumann's algorithm for un-biasing a biased coin. The results are therefore completely entropic.
regress.zip 1k 05-05-07 File is not rated Regression
This program makes it easier to use the built in regression functions on the calc. You select what types of reqression to test and enter the x and y values once and the program picks the best fitting answer out of all of them.
statcalc.zip 144k 05-05-06 File is not rated StatCalc
StatCalc adds statistical capabilities to your calculator with quick calculations and readable outputs. Contains StatCalc Pro V1.0.1, StatCalc AP 1.0.1, StatCalc Lite V1.0.0, ZStar V1.3.0, TStar V1.9.0, info pdfs.
stemandleaf.zip 1k 05-04-19 File is not rated StemLeaf
Create fast and accurate stem-and-leaf plots on the graphscreen. Also calculates mean and median of the data.
zarea.zip 1k 05-04-14 File is not rated ZAREA 2.0
Finds the area under a standard normal distribution from 0, Infinity, Neg. Infinity, and another Z score.
cotez.zip 1k 05-04-13 File is not rated COTEZ
This program lets you know the z cote of a data from a list of datas or with the average and the variance. Partially in French.
invt.zip 1k 05-04-12 File is not rated Inverse T
Because the TI-83 does not have an Inverse T function for use in statistics, I decided to make a program that calculates it for you via a 'back door'. The details on how this program works can be found here: http://www.webb.org/math/starnes/inverse_t_on_the_ti.htm. Version 2: Used a different backdoor approach. This one is much slower, but will return more accurate results, and should not have domain errors.
coin.zip 1k 05-04-01 File is not rated Probability Flip
Perfect for those boring physics classes, Probability Flip is a simple program where you enter the number of flips that you want the coin to perform and then the calculator simulates the coin flip. The percentages are shown in progress as the coin flips. It may not be a game but it could be more fun to watch than your boring teacher :)
probstat.zip 2k 05-03-02 File is not rated Probability and Statistics
Have trouble with this class? Then this program might help. I add features to it every day. Sadly, I started making it in second semester so it's missing key formulas. It's still very useful. READ THE README FOR INSTRUCTIONS if you don't it'll be confusin <.<
numexp.zip 1k 05-01-15 File is not rated TI Number Experiments
This file contains 3 programs that can be used for multiple statistics and probability related projects, and includes a number game as well. Good for novice BASIC programmers.
freqc.zip 2k 04-12-18 File is not rated List Frequency Count
This programme computes the frequency of repetitive elements in a specific list (Defined by the user). Check out the screen shots.
mds.zip 105k 04-12-14 File is not rated Multidimensional Scaling
Multidimensional scaling (MDS) is used to display high-dimensional statistical data on a two-dimensional screen. Different techniques are used for different types of data. This package includes correspondence analysis, principal components analysis, biplot axes, classical scaling, unfolding and Procrustes analysis. A user's guide is included. Knowledge of programming isn't required.
survey.zip 7k 04-11-28 File is not rated Survey
Its my updated credits of survey Everything else is the same :-D
erf.zip 1k 04-11-20 File is not rated Gaussian Error Function
This program calculates the error function of the inputed parameter. The program calculates the value iterativly, and is fairly accurate. Comments are Welcome.
stemleaf.zip 1k 04-11-11 File is not rated Stem and Leaf Plotter
A simple program that can build simple stem and leaf plots.
coinadv.zip 2k 04-10-07 File is not rated Coin ADV.
<<<>>> One of the most sophisticated BASIC Coin Toss Program you'll ever find. There aren't that many areas in Maths where Coin Toss is required...But for the Times You Do need one...Coin ADV. is very reliable. Its got everything you can do with a coin I can think of...(except buying stuff..lol) Features: Custom Toss: Tosses a single coin for a number of time you designate 1000 Toss: Mass Coin Tossing Component that Tosses a coin 1000 times, displaying the results of every 100 tosses in a neat table ^^ Single Toss: Simple Single Coin Toss Multi Toss: Tosses More than one coin at one time...At the moment, you can toss up to 4 coins at once. Quit: Not just an ordinary "Quit"...It restores your functions too. FULL INSTRUCTIONS INCLUDED IN THE PROGRAM ITSELF. <<<>>> A bonus program I included the group. Restores Maths and Graphic Settings to Default...Perfect to run this quick, easy prgm just before an exam. (note: Changes mode to Degrees...not Radian) ENJOY~ ^^
transformationgraphing.zip 9k 04-09-09 File is not rated Regression Plus!!!
This program is simple. And Mirage OS compatible! all you need is to fill in your 2 variable data in L1 and L2, select your type of regression (line, log(y) and x, or log(y) and log(x)). it will transform the equation for you and show you the line of best fit (least squares regression line) and the "curve of best fit". i know that it is very simple for you just to go under the PwrReg command on your calc, but this does so much more while you do so much less! IDEAL FOR AP STATISTICS STUDENTS! email me at trombonetm@aol.com for any suggestions!
v4.0.zip 48k 04-09-02 File is not rated BOBStatz
The Back of the book stats program containing over 100 stats definitions, equation solvers for several quations and some helpful notes thrown in for good messure.
aastat.zip 4k 04-08-28 File rated 1.56 AASTAT (revision 3)
A work of programming genius, this entirely-BASIC math program quickly and efficiently calculates mean, median, AND mode. Just enter your numbers separated by commas. It's super fast and comes with a huge tutorial heavily describing the way the code works.
tinydice.zip 1k 04-08-12 File is not rated TinyDice!
TinyDice is a group of dice programs (randInt(1,6), you get the picture). They are all extremely tiny, there special feature! Download now!
bcstats.zip 6k 04-08-03 File is not rated Statistics
Basically, this program will cover everything you'll need for a first year college non-calculus-based statistics course. The file is a group, so you'll need to send it to your calculator and ungroup it, then run the program called "aaas" to start the program. If there are any flaws in the program or if you have any problems, you can send me an e-mail at daddyrice@carolina.rr.com or an AOL instant message at MYNAMEISALLCAPS.
qcorralationcoef.zip 1k 04-06-04 File is not rated Q correlation coefficient
a programme for working out the Q correlation coefficient
probabilitytools.zip 1k 04-05-03 File is not rated Probability
This program can help you by finding the probability of two events or by giving you the number of combinations for a series of elements. This program has MirageOS support.
diceroll.zip 1k 04-03-29 File is not rated DiceRoll 1.0
Umm... Rolls a dice?
boxwhiskerutilities.zip 13k 04-03-16 File is not rated Box Whisker Utilities
An easy to use program that inputs variables / loads from L1 and gives you all the info you would need to know about a list/array. Gives 1,2,3 Quartiles, Mean, Median, Largest, and Smallest numbers. Ut also plots in a Box-Whisker Plot.
apstats.zip 18k 04-03-03 File is not rated AP Statistics
This is a very useful program, made for the 73, 82, 83, and 83+/SE. The program tells and solve for most of the formulas covered in an AP Statistics class. In each formula, practically any variable can be solved for in the 83(+/SE) versions.
jesse2.zip 1k 04-02-17 File is not rated Stat Stuff
This program returns, with the push of a button, the mean, Standard Deviation, and much more! It even equaits an inputted Z-score. Finds the above values from a list, inputted either, from a premade location, or right on the spot. You could do all these things by pencila nd paper, one by one on your calculator...or at the push of a button.
probabilitytest2.zip 1k 04-02-16 File rated 4.18 Probability Test 2.0
This probability tester, an upgrade from Jamaica Bay's "Coin Probability", is faster and more user-friendly!
ttest.zip 2k 04-02-04 File is not rated T-Test Master
A simple, quick t-test program that will save you hours of grueling work on your upcoming science fair paper and will tell you whether your data is statistically significant or not. Much easier to use than the built-in T-test function!
central.zip 1k 04-01-24 File is not rated Central Limit Theorum
Important for Statistics. Converts data into Z-score. you need to input the mean, standard deviation, and the x value. see my other stuff too.
coefficient_8.zip 1k 04-01-19 File is not rated Correlation Coefficient
Enter data into two lists and it will give you the correlation coefficient.
statistics_83p.zip 1k 04-01-19 File is not rated Statistics Variables
Enter a list or two of data and it will give you: mean of x values, sum of x values, sum of x^2 values, sample standard deviation of x, population standard deviation of x, number of data, mean of y values, sum of y values, sum of y^2 values, sample standard deviation of y, population standard deviation of y, sum of x*y, miniimum of x values, maximum of x values, minimum of y values, maximum of y values, 1st quartile, median, and 3rd quartile.
list_calc.zip 1k 03-12-22 File is not rated List Manipulator
Input how many numbers you have in a particular list, then input the numbers themselves, then pick an item from the menu to get goin'! Gets Average, Median, or Range without YOU having to do any thinking. ;) E-mail me @ ezekielvictor@hotmail.com or AIM me @ zekecoasterfreak (if you e-mail me, please include something like "TI-Programs" in the subject line) -Feel Free To Share This Release .. Make Sure I Receive Credit!-
easystat.zip 4k 03-12-03 File is not rated Easy Statistics
This program will easily give you the Min, Max, Mean, Median, Sum, Standard Deviation, and Variance of any list.
averageofrandoms.zip 1k 03-11-21 File is not rated Average of Randoms
This simple program demonstrates the mathematic principle that the average of many random numers will always be half the maximum.
bnw.zip 1k 03-09-17 File is not rated Box and Whiskers
This is an easy-to-use box and whisker plot maker. It is so much easier than the built in one!
list.zip 1k 03-09-08 File is not rated List Information
This program will display information(minimum, maximum, mean, standard deviation, variance, how many numbers there are, and mean) about the list that you enter.
dice.zip 1k 03-09-01 File is not rated Dice Programs
This is a collection of programs that either roll dice or use data from rolling dice. This will work good for interpreting statistical data for dice.
plots.zip 1k 03-07-19 File is not rated Plots
Enter the list(s) of data and this program will show them to you on different plots.
snitter.zip 1k 03-07-04 File is not rated Snitter
A program where you inputs some (or a lot) different numbers, and when you are ready, the program calculates the average of every number you wrote. It can also save your progress (on a very safe way) if the numbers you're supposed to calculate the average of are very many. Download and enjoy!
cstat.zip 14k 03-06-14 File is not rated Complete A.P. Stat Program FINAL V. 1.0
Whether or not you liked my earlier versions (and I'm sure you didn't), you will love this program. It takes the majority of the functions and formulas that are required for the A.P. Test, performs them, and shows all of the work. No other program in existence is this useful! I have used it throughout the school year and I have aced every test without any thought. It could be a little more user friendly and now warns you when a list needs to be used, but it is a great program that you will all love. E-mail me any comments/questions.
stat83p.zip 1k 03-05-25 File is not rated Stat Master 83+
A stat program I made during advanced math that has Mean Deviation, Standard Deviation (duh), IQR (Inter quartile range), SIQR (semiIQR), assorted notes, and Standard error of confidence!
geomean2.zip 1k 03-05-18 File is not rated Geometric Mean
Find the geometric mean.
coinprobability.zip 1k 03-05-04 File is not rated Coin Probability
Quick and easy- tell it how many times you want to flip a coin, and it will tell you how many times each side came up.
baseball.zip 16k 03-04-26 File is not rated THE ONE AND ONLT BALEBALL STATISTICS PROGRAM
If You Like Baseballl You Will Like This Program. It Does The Following: Shows You What Every Symbol Means. Does Calculations Such As (Batting Average),(On Base Average),(Home Run: At Bats Ratio), And (Stike Out: Cum. At Bats Ratio), It Has Two Cool Pis That You Need To Download With The Program. Hope Its Useful And That You Enjoy It. To See More Of My Files Go To http://www.ticalc.org/archives/files/authors/73/7371.html!! "THE ONE AND ONLY FILES"
probsim.zip 1k 03-04-17 File is not rated Probability Simulator ver 1.57 build 2.0
This is another work of art from the kitchen here at Xodus Tech. this is a port from my "Xodus Xp" program, this works alot like the flash app, but it only takes up a little over 2 kilo's so it is pretty compact.
piegraph.zip 8k 03-04-01 File is not rated Pie Graph
Great pie graph program that works and looks great. Just enter the number of numbers you wish to graph, then enter them in one a time, and watch. After the graph is drawn, use the left right arrow keys to go through each "slice" and see its statistics. Check out the screeshots
statistics.zip 4k 03-03-30 File is not rated TI-83+ Statistics Programs
This suite of programs will do numerous tasks, such as Chi-Sq Confidence Intervals, Chi-Sq Critical Values and test statistics, F Critical Values, and a few other useful functions.
diceaaa.8xp 1k 03-03-10 File is not rated AAA dice
this is a good math program that lets you roll dice. It is better than most because you can choose the amount of dice, the amount of times thrown, and the number of sides on the dice.
piechart83p.zip 1k 03-03-09 File is not rated Advanced PieChart Creator v1.0
Advanced PieChart Creator v1.0 is a wizard that will help you create different piecharts. It will prompt you for the number of sections and the percentage of each section and then draw the piechart. The program will also prompt you for a title for your chart. It can be saved as a picture and published. Very useful, considering piecharts are not built-in!
probstopper2.0.1b.zip 4k 03-03-09 File is not rated Prob Stopper v2.0.1b
For use in Probability and Statistics classes
stdev.zip 7k 03-03-08 File is not rated Standard Deviation Calculator
A standard deviation grapher for the 83+. Enter your data into a list, then run the program. Select the list, and it will automatically configure and display a histogram, as well as percentages, mean, median, and standard deviation. Draws lines on the graph at mean and first deviation.
translate.zip 1k 03-03-08 File is not rated Translate
TRANSLATES LIST1 INTO MEAN, MEDIAN, IQR, RANGE, LARGEST#, SMALLEST#,LOWER QUARTILE,AND UPPER QUARTILE. VERY SMALL
residualinvestigations.zip 2k 02-09-30 File is not rated Residual Investigations
This program, intended for those doing residuals in math class, allows one to input data, create a trend line, and compare the residuals of one's trendline to the residuals of a Linear Regression and Median-Median trendline. It pauses frequently, allowing one to get screenshots for printing. Includes instructions which are also available in the readme text.
stat.zip 1k 02-08-09 File is not rated Stat Tester
A statistics tester which does descrimination tests, product tests (Rejecting/Accepting null hypothysis from number in sample, probability of succes, number of successes, and signifigance level), coin flipping testing, and will also determine the amount of people you need to beat in an extropolation intropolation test (input X as the percent that is the barrier on the normal curve)
gmean.zip 1k 02-06-19 File is not rated Geometric Mean
Calculates the geometric mean of a series of numbers. Pretty idiot proof, though I'm probably under-estimating the idiot population.
stats2.8xp 1k 02-06-19 File is not rated Stats 2
Useful data this prog gives 'bout 2 variables Stats. L1 for X and L2 for Y.
stats1.8xp 1k 02-06-19 File is not rated Stats 1
Useful data this prog gives 'bout Stats. Just designate your list =D !
geomeanwill.zip 1k 02-03-23 File is not rated Geometric Mean
Pretty simple program. Finds the geometric mean of two numbers. It works.
statis.zip 1k 02-03-09 File is not rated Statis
A little programme for the stat
manimo.zip 1k 02-03-03 File is not rated Manimo
Use this prog (random) instead throwing a penny to choose between 2 (2 to infinite) choices.
autocoin83p.zip 1k 02-03-01 File is not rated Automatic Coin Flipper
Enter how many times you need to flip it, and it flips it and records the number of heads and tails
piegraph83p.zip 1k 02-02-25 File is not rated Piegraph Angle Finder
Enter the percentage, and it tells you the angle.
pascodds.zip 1k 02-01-16 File is not rated Pascal's Triangle Probability
Say you want to calculate the odds of getting a 300 in my bowling game. What would you do? Using probability and Pascal's Triangle, you can find the odds for or against something happening.
ztest.zip 1k 01-12-22 File is not rated Zstat
Finds the Z Scores for a long set of data.
freqplot.zip 1k 01-12-22 File is not rated Statistical Plots
Makes the lists and graphs for the frequency plot, relative frequency plot (%), cumulative frequency, and ogive (cumulative %); read more about the program in my readme.txt file in the freqplot.zip file.
xdev.zip 1k 01-12-22 File is not rated XDev
This statistics program finds the amount of information that exists between X Standard deviations of the mean. You chose the X when running the program.
statx.zip 1k 01-12-22 File is not rated StatX
A program I made that gives you some statistical information. Some you can get by using the calculator and some you can't.
sd.zip 1k 01-12-16 File is not rated SD
Solve for Standard Deviation and Variance
stats.zip 6k 01-06-14 File is not rated Statistics Master v1.20
This comprehensive program embodies a lot of the principles of statistics. Topics include distribution, regression, probability, and inference. It covers almost every topic that is included in the curriculum for the AP Statistics test.
probwork.zip 1k 01-06-01 File is not rated Probability Workshop
This Program has many features useful to anyone interested in or learning about probability.
stats2.zip 1k 01-05-31 File is not rated stats
Stats formulas not imbeded into the TI-83 PLUS calculators.
randvar.zip 1k 01-04-04 File is not rated Random Variables
This is a great program for statistics class also. It is one of my more simpler programs but hey what works works. All you need to do is have a variable list and a probability list before using the program.
bingeom.zip 4k 01-04-04 File is not rated Binomial and Geometric Distributions
This is yet another program i have created for my stat class. I believe this along with EXPREG is one of my best ones. This can do almost anything you want it to on Binomial and Geometric Distributions. It is very self explanitory not like some of the programs you download only to find out the author created it for his or her use only and noone else can figure it out. It will do the PDF and CDF of both and also find the Mean and even do a Binomial Distribution Simulation. I love this program and it has helped me do great on tests.
probab.zip 1k 01-04-04 File is not rated Probability
Figures out probability of functions
variatn.zip 1k 01-02-20 File is not rated Variation
This prog will let you solve for the variation of "K", you can solve for X, or Y, and set it up jointly, inversly, or directly.
geomean.zip 1k 01-02-20 File is not rated Geometric Mean
A very simple, yet reliable, geometric mean program.
chapter1.zip 3k 01-02-06 File is not rated Chapter 1 - Making Sense of Data
This is a program I made for my Chapter 1 test in which it includes tables and graphs, boxplots, histograms, and standard deviation. You will also need my program "Five Number Sum" to do a box-plot with this program. This is optional.
bestfit.zip 1k 01-01-29 File is not rated The Line Of Best Fit
This will find the best fit slope and y-intercept of a set of coordinates of two lists. In which L1 is the x-coordinates and L2 is the y-coordinates.
rnt.zip 1k 00-12-10 File is not rated Random Number Tester
I made this program to see if TI's random number algorithm was really random
expreg.zip 1k 00-12-04 File is not rated Expreg
This is another great program i have created for my statistics class. It does both exponential and power regression growth. You simply tell it where the infromation is and it does everything for you. But i do suggest that if you don't know a little about exponetial or power regression not to use this program cause it will confuse you more than you were in the first place.
ratios.zip 1k 00-12-04 File is not rated Ratio
Program created to find the ratios of a list. This is an excellent program for statistics class when doing exponential growth
piechart.zip 1k 00-11-07 File is not rated Pie Chart
This creates simple, yet effictive pie-charts
means.zip 1k 00-07-14 File is not rated Means Formulas v1.10
This program deals with the arithmetic mean, the geometric mean, and the harmonic mean.
dice2.zip 1k 00-05-15 File is not rated Dice2
Rolls two virtual dice and gives you a nice little histogram of the data.

  Copyright © 1996-2009, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer