powered by
To calculate the Z-score using variance normalization, the formula is as follows:
\(Z = \frac{(x - mean(x))}{sd(x)}\)
standardize_vector(x)
A standardized numeric vector
A numeric vector
standardize_vector(1:10)
Run the code above in your browser using DataLab