Elio Saade
Note

Z-Score Normalization

Topics: Data Processing

Concept

Z-Score normalization is a data normalization method that transforms the data into a standard normal distribution with a mean of 00 and a standard deviation of 11.

The equation for Z-score normalization is as follows (1):

Z=X−μσZ=\frac{X-\mu}{\sigma}

where:

  • ZZ is the normalized score or Z-score
  • XX is the value of the data point
  • μ\mu is the mean of the dataset
  • σ\sigma is the standard deviation of the dataset

References

  1. https://www.geeksforgeeks.org/data-analysis/z-score-normalization-definition-and-examples/

Connections

Direct relationships to this note.