ReferenceFunctionsStatistics Functions
STANDARDIZE
STANDARDIZE: Returns the z-score of `x` relative to a mean and standard deviation.
Summary
STANDARDIZE computes (x - mean) / standard_dev.
Remarks
standard_devmust be strictly greater than0.- Returns
#NUM!whenstandard_dev <= 0. - Positive output means
xis above the mean; negative output means below. - Invalid numeric coercions propagate as spreadsheet errors.
Examples
One standard deviation above the mean
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1
Exactly at the mean
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0
Related functions
Runtime metadata
Category
Statistics
Signature
STANDARDIZE(arg1: Number, arg2: Number, arg3: Number)Arity
min 3, max 3
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
Caps
PURE
Source