Z-score Cut Off Calculator

This calculator determines the Z-score cut off value from the population mean, standard deviation, and percentile.

Result:

Calculation:

How to Use the Z-score Cut Off Calculator?

  1. First, input the population mean (μ) and population standard deviation (σ) values.
  2. Enter the xth percentile value.
  3. Now press the 'Calculate' button to generate results.
  4. Finally, the calculator shows the Z-score cut off result with step-by-step calculation.

How to Calculate?

The Z-score cut off value can be calculated using the following steps:

1. Find the Z-Score for the Given Percentile

First, find the Z-score value corresponding to the xth percentile using the Z-score Table or Percentile to Z-score Calculator.

For example:

Percentile Z-score
90th 1.28155
95th 1.64485
99th 2.32635

2. Apply the Z-score Formula

Now use the Z-score formula:

Z =  
(X - μ)
σ

3. Rearrange the Formula to Compute X Value

X = (Z × σ) + μ

Where,
X = Cutoff value,
Z = Z-score for the xth percentile,
μ = Mean,
σ = Standard deviation.

Let's take an example.

Example:

Suppose, the mean is 82 and the standard deviation is 12. Calculate the Z-score cutoff value for the 99th percentile.

Solution:

Here,
Mean (μ) = 82,
Standard deviation (σ) = 12,
Percentile = 99th.

1. Find the Z-score for the 99th percentile.

Z = 2.32635

2. Put all the values in the formula.

X = (Z × σ) + μ

X = (2.32635 × 12) + 82

X = 27.9162 + 82

X = 109.916