Z-Scores
ali@fuzzywireless.com
Mar 31, 2022
1 min read
In a normal distribution, Z-scores tell us how many standard deviations a value is from the mean.
Formula of Z-score is:
Z = (X - u) / Sigma
where,
X = value to be checked
u = mean
Sigma = standard deviation
Comments