standarddeviationcalculator.net

How to find standard deviation on a TI-84

Enter the data into L1, run 1-Var Stats, and read Sx for a sample or σx for a population. Full keystrokes below, including the frequency-list variant and the two mistakes that account for most wrong answers.

The keystrokes

  1. Clear the old list. STAT4:ClrList2nd 1 (which types L1) → ENTER. Skipping this is the single most common cause of a wrong answer, because leftover values from the last problem stay in the list.
  2. Open the editor. STAT1:Edit.
  3. Type the data into the L1 column, pressing ENTER after each value.
  4. Run the summary. STAT → right arrow to CALC1:1-Var Stats.
  5. Confirm the list. On the CE and newer models a setup screen appears; leave List as L1, leave FreqList blank, and select Calculate. On older models it runs straight away — press ENTER once more.
  6. Read the results. Scroll with the down arrow if needed.

Reading the output screen

ShowsMeans
The mean
ΣxSum of the values
Σx²Sum of the squared values
SxSample standard deviation (n − 1)
σxPopulation standard deviation (n)
nHow many values it used
minX, Q1, Med, Q3, maxXThe five-number summary

Sx or σx? Sx if your numbers are a sample of something larger — which is usually the case. σx only if they are the complete population. The distinction is explained here. The TI-84 shows both precisely because it cannot know which you meant.

Glance at n before writing anything down. If it does not match how many values you typed, the list had leftover data or you missed an entry.

Data given as a frequency table

When the problem gives values with frequencies, enter the values in L1 and the frequencies in L2, then tell 1-Var Stats to use both.

  1. Enter the values in L1 and the matching counts in L2.
  2. STATCALC1:1-Var Stats.
  3. On the CE, set List: L1 and FreqList: L2, then Calculate. On older models, type L1,L2 after the command — 2nd 1, comma, 2nd 2 — then ENTER.

The reported n will now be the total frequency rather than the number of rows. The grouped data calculator does the same thing, and is a quick way to check the machine.

When it goes wrong

SymptomCauseFix
Answer close but not equal to the book'sRead σx instead of Sx, or vice versaCheck which the question wants
ERR: DIM MISMATCHL1 and L2 have different lengthsMake the frequency list match
ERR: STATThe list is empty, or has one value in sample modeRe-enter the data
n is too largeLeftover values below your new dataClrList and retype
L1 is missing from the editorDEL pressed on the list headerSTAT5:SetUpEditorENTER

Other calculators, briefly

Check the machine's answer

Separate values with commas, spaces, tabs or new lines — paste a column straight from a spreadsheet and it will parse. Decimals and negatives are fine.

Treat the data as
Standard deviation — sample 3.04432
Count (n)8
Mean (x̄)15.875
Standard deviation3.04432
Variance9.26786
Sum127
Σ(x − x̄)²64.875
Standard error1.07633
Coefficient of variation0.191768
Relative SD (%RSD)19.1768%
Minimum12
Maximum21
Range9
Median (Q2)15.5
Q113.75
Q317.5
IQR3.75
x̄ = 15.88 −1σ +1σ 6.742 25.01

The shaded bands are one, two and three standard deviations either side of the mean. 5 of 8 values — 63% — fall inside the innermost band.

Show the working, step by step

Related calculators

Common questions

Which value on the TI-84 is the standard deviation?

Sx is the sample standard deviation (divides by n − 1). σx is the population standard deviation (divides by n). The calculator shows both; you choose which to read.

Most homework problems want Sx.

Why does my TI-84 give a different answer from the textbook?

Nearly always because you read σx where the book wanted Sx, or the reverse. Check that first — the two always differ, and by a lot on small datasets.

The second most common cause is leftover data in L1 from a previous problem. Clear the list before entering new values.

How do I clear a list on the TI-84?

Press STAT, choose 4:ClrList, then 2nd 1 to name L1, and press ENTER.

Alternatively, in the list editor put the cursor on the L1 header itself and press CLEAR then ENTER. Pressing DEL on the header removes the whole list, which is not what you want.

What is the difference between 1-Var Stats and 2-Var Stats?

1-Var Stats summarises a single list — mean, standard deviation, quartiles. 2-Var Stats works on paired data in two lists and adds the correlation and regression quantities. For a standard deviation you want 1-Var Stats.

Does this work on the TI-83 and TI-84 Plus CE?

Yes. The keystrokes are identical across the TI-83, TI-83 Plus, TI-84 Plus, TI-84 Plus Silver and TI-84 Plus CE. Only the screen colour differs.

Written and reviewed by our editorial team. Last updated . Method and sources: how these numbers are computed.