PCA documentation tends to use the term standardization, but I often use the more general term, normalization. Each value is normalized using the formula x' = (x - u) / s, where x' is the normalized ...