summaryrefslogtreecommitdiff
path: root/SI/Resource/Fundamentals of Data Mining/Content/Z-score.md
blob: 34730a629e90c986c37244dba57758eef39d4f26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
id: Z-score
aliases:
  - Z-score - An example
tags: []
---

### Z-score - An example

- John gets a mark of 64 in a physics test, where the mean is 50 and the
  standard deviation is 8.
- Jane gets a mark of 74 in a chemistry test, where the mean is 58 and the
  standard deviation is 10

Who has a better class performance?

- John's z = (64 - 50) / 8 = 1.75
- Jane's z = (74 - 58) / 10 = 1.6
- Although Jane's score is higher, John's score is further above the mean, and
  it might be concluded that John has achieved greater success.