Data Set Calculator. Save some time in math classes. To start, you add numbers by typing "+ #" (where # is a number), Ex. "+ 10". You can remove a number from the set by typing "- #" (where # is the item # on the list), Ex. "- 3". You begin the calculation by typing "=". On the output screen, you can press the spacebar to start from the beginning.
Produces: - Mean - Median - Mode - Quartiles - Quartile Ranges - Overall Range --- All programming done by me, figured out the coded math myself. Mode was way harder than I expected, though. -- #utility #description(Calculate values in data sets quickly.)