Compute mean and population standard deviation for an array.
Uses the numerically-stable two-pass algorithm and skips NaN/Inf values to prevent data corruption during z-score normalization.
Optional
Optional mask; masked positions are ignored.
Compute mean and population standard deviation for an array.
Uses the numerically-stable two-pass algorithm and skips NaN/Inf values to prevent data corruption during z-score normalization.