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 and a standard deviation of .
The equation for Z-score normalization is as follows (1):
where:
- is the normalized score or Z-score
- is the value of the data point
- is the mean of the dataset
- is the standard deviation of the dataset
References
Backlinks
Notes that reference this page.
Connections
Direct relationships to this note.