Z-Score on TI-84 Calculator: How to Calculate Z-Scores

Z-Score on TI-84 Calculator, A z-score tells you how far a value is from the mean of a dataset, measured in standard deviations.

It is widely used in statistics to compare observations, identify unusual values, calculate percentiles, and work with the standard normal distribution.

If you are using a TI-84 calculator, you can calculate the mean and standard deviation from your data and then determine the z-score with a simple formula.

What Is a Z-Score?

A z-score, also called a standard score, indicates the position of an observation relative to the mean.

The standard formula is:

z = (x − μ) / σ

Where:

  • x = individual data value
  • μ = population mean
  • σ = population standard deviation
  • z = z-score

The interpretation is straightforward:

  • z = 0 → the value is exactly at the mean.
  • z > 0 → the value is above the mean.
  • z < 0 → the value is below the mean.
  • z = 2 → the value is 2 standard deviations above the mean.
  • z = −2 → the value is 2 standard deviations below the mean.

Why Are Z-Scores Important?

Z-scores are useful because they put observations on a common scale. This makes it possible to compare values from datasets with different means or standard deviations.

Common applications include:

  • Comparing scores from different tests
  • Identifying unusually high or low observations
  • Detecting potential outliers
  • Finding percentiles from normally distributed data
  • Calculating probabilities
  • Standardizing variables before statistical analysis
  • Comparing measurements with different units or scales

How to Calculate a Z-Score on a TI-84 Calculator

The TI-84 does not have a dedicated “z-score” button. Instead, you can use 1-Var Stats to obtain the mean and standard deviation and then apply the z-score formula.

Step 1: Enter the Data

Suppose your dataset contains the following test scores:

80, 85, 90, 95, 100

Enter the data into the TI-84:

  1. Press STAT.
  2. Select 1:Edit.
  3. Enter the values into L1.

Your list should look like:

L180859095100

Step 2: Calculate the Mean and Standard Deviation

Now calculate the descriptive statistics:

  1. Press STAT.
  2. Use the right arrow to select CALC.
  3. Select 1:1-Var Stats.
  4. Enter L1 if necessary.
  5. Press ENTER.

The calculator will display several statistics, including:

  • = sample mean
  • Sx = sample standard deviation
  • σx = population standard deviation
  • n = number of observations

For this dataset:

Mean = 90

The population standard deviation is approximately:

σ = 7.071

The sample standard deviation is approximately:

Sx = 7.906

Important: Sx vs σx

When calculating a z-score, you need to use the standard deviation that matches your situation.

Use:

  • σx when your data represents the entire population.
  • Sx when your data is considered a sample and you are using the sample standard deviation.

Do not automatically assume that the two values are interchangeable.

Step 3: Calculate the Z-Score

Suppose we want to calculate the z-score for x = 100.

Using the population standard deviation:

z = (x − μ) / σ

Substitute the values:

z = (100 − 90) / 7.071

z ≈ 1.414

Therefore, a score of 100 is approximately 1.41 standard deviations above the mean.

Calculating It Directly on the TI-84

You can enter the calculation directly:

(100-90)/7.071

Then press ENTER.

The calculator will return approximately:

1.4142

Example 2: Calculate a Negative Z-Score

Suppose you want to calculate the z-score for a test score of 80.

Using the same mean and population standard deviation:

z = (80 − 90) / 7.071

z ≈ −1.414

The negative sign indicates that the score is below the mean.

The score is approximately 1.41 standard deviations below the mean.

How to Calculate Z-Scores for Multiple Values

If you have many observations, you can calculate z-scores for an entire list instead of calculating them one at a time.

Suppose your original values are stored in L1.

You can create a z-score column in L2.

For example, if the population mean is 90 and the population standard deviation is 7.071, enter:

(L1-90)/7.071

at the top of L2 and press ENTER.

The TI-84 will calculate the corresponding z-score for each value.

Your lists will look approximately like:

ScoreZ-Score
80-1.414
85-0.707
900
950.707
1001.414

This is particularly useful when you need to standardize an entire dataset.

How to Interpret a Z-Score

The magnitude of the z-score tells you how far an observation is from the mean.

Z-ScoreInterpretation
0Exactly at the mean
0.50.5 SD above the mean
11 SD above the mean
22 SD above the mean
−11 SD below the mean
−22 SD below the mean
−33 SD below the mean

For example, if a student’s z-score is 2.1, the student’s score is 2.1 standard deviations above the mean.

A z-score of −2.1 means the score is 2.1 standard deviations below the mean.

Z-Score and Percentile

One of the most useful applications of a z-score is finding the corresponding percentile under the normal distribution.

For example, suppose:

z = 1.41

You can use the TI-84’s normalcdf function to find the area to the left of this z-score.

Press:

2nd → VARS → normalcdf(

Then enter:

normalcdf(-1E99,1.41,0,1)

The result is approximately:

0.9207

Therefore, a z-score of 1.41 corresponds to approximately the 92nd percentile in a standard normal distribution.

This means approximately 92% of observations in a standard normal distribution are below that z-score.

How to Find a Value From a Z-Score

You can also work backward. If you know the z-score, mean, and standard deviation, you can calculate the original value using:

x = μ + zσ

For example, suppose:

  • Mean = 70
  • Standard deviation = 8
  • z-score = 1.5

Then:

x = 70 + (1.5 × 8)

x = 82

Therefore, a z-score of 1.5 corresponds to a value of 82.

Z-Score Formula for a Sample

When working with sample statistics, you may encounter:

z = (x − x̄) / s

where:

  • x = observation
  • = sample mean
  • s = sample standard deviation

However, the exact standardization formula depends on the statistical context. For example, a z-test for a population mean uses a standard error rather than simply dividing by the sample standard deviation.

Common Mistakes When Calculating Z-Scores

1. Using the Wrong Standard Deviation

The TI-84 displays both Sx and σx. Make sure you select the appropriate one for your problem.

2. Forgetting the Negative Sign

A value below the mean produces a negative z-score.

For example:

x = 80, mean = 90

produces a negative z-score.

3. Confusing Z-Score With Percentile

A z-score is measured in standard deviations, while a percentile represents the percentage of observations below a value.

For example:

z = 1.00

does not mean the 1st percentile. Under a standard normal distribution, it corresponds to approximately the 84th percentile.

4. Assuming Every Dataset Is Normally Distributed

A z-score can be calculated for any dataset, but converting a z-score directly into a percentile using the normal distribution assumes an appropriate normal-model interpretation.

Frequently Asked Questions

What is the easiest way to calculate a z-score on a TI-84?

Enter your data into L1, use STAT → CALC → 1-Var Stats to obtain the mean and appropriate standard deviation, and then calculate:

(x-mean)/standard deviation

Can a z-score be negative?

Yes. A negative z-score means the observation is below the mean.

What does a z-score of 0 mean?

A z-score of 0 means the observation is exactly equal to the mean.

What does a z-score of 2 mean?

A z-score of 2 means the observation is two standard deviations above the mean.

Can I calculate multiple z-scores on a TI-84?

Yes. Store your original observations in L1 and use a formula in another list, such as L2, to calculate the z-scores for all observations.

Conclusion

Calculating z-scores on a TI-84 calculator is a simple way to standardize observations and understand their position within a dataset. By using 1-Var Stats to obtain the mean and standard deviation and then applying the z-score formula, you can quickly determine how many standard deviations an observation is from the mean.

Z-scores are also useful for calculating percentiles, probabilities, and identifying unusually high or low observations. Once you understand the difference between Sx and σx, calculating z-scores on the TI-84 becomes straightforward.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

four × three =