WOLFRAM

Standardize[list]

shifts and rescales the elements of list to have zero mean and unit sample variance.

Standardize[list,f1]

shifts the elements in list by f1[list] and rescales them to have unit sample variance.

Standardize[list,f1,f2]

shifts by f1[list] and scales by f2[list].

Details

Examples

open allclose all

Basic Examples  (3)Summary of the most common use cases

Compute standard scores for data:

Out[1]=1
Out[2]=2

Shift to have mean zero without scaling:

Out[1]=1
Out[2]=2
Out[3]=3

Shift by the Median and scale by the InterquartileRange:

Out[1]=1

Scope  (5)Survey of the scope of standard use cases

Standardize exact numeric data:

Out[1]=1

Symbolic values:

Out[1]=1

Standardize arbitraryprecision data:

Out[1]=1

Standardize matrix data by column:

Out[1]=1
Out[2]=2
Out[3]=3

Standardize a TimeSeries:

Out[2]=2
Out[3]=3
Out[4]=4

Generalizations & Extensions  (1)Generalized and extended use cases

Standardize a SparseArray:

Out[1]=1
Out[2]=2

Applications  (3)Sample problems that can be solved with this function

Shift normally distributed values to a standard normal:

Out[3]=3

The theoretical curves:

Out[4]=4

Center a data matrix by subtracting column means:

Out[1]=1
Out[2]=2

The mean of the centered data is 0:

Out[3]=3

The covariance structure is unchanged:

Out[4]=4

Use Standardize to centralize a TimeSeries:

Out[2]=2

Centralize:

Out[3]=3
Out[4]=4

The variance is unchanged:

Out[5]=5

Properties & Relations  (1)Properties of the function, and connections to other functions

Compute MeanDeviation using Standardize:

Out[1]=1
Out[2]=2
Out[3]=3

MedianDeviation:

Out[4]=4
Out[5]=5
Wolfram Research (2008), Standardize, Wolfram Language function, https://reference.wolfram.com/language/ref/Standardize.html.
Wolfram Research (2008), Standardize, Wolfram Language function, https://reference.wolfram.com/language/ref/Standardize.html.

Text

Wolfram Research (2008), Standardize, Wolfram Language function, https://reference.wolfram.com/language/ref/Standardize.html.

Wolfram Research (2008), Standardize, Wolfram Language function, https://reference.wolfram.com/language/ref/Standardize.html.

CMS

Wolfram Language. 2008. "Standardize." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Standardize.html.

Wolfram Language. 2008. "Standardize." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Standardize.html.

APA

Wolfram Language. (2008). Standardize. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Standardize.html

Wolfram Language. (2008). Standardize. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Standardize.html

BibTeX

@misc{reference.wolfram_2025_standardize, author="Wolfram Research", title="{Standardize}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/Standardize.html}", note=[Accessed: 22-April-2025 ]}

@misc{reference.wolfram_2025_standardize, author="Wolfram Research", title="{Standardize}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/Standardize.html}", note=[Accessed: 22-April-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_standardize, organization={Wolfram Research}, title={Standardize}, year={2008}, url={https://reference.wolfram.com/language/ref/Standardize.html}, note=[Accessed: 22-April-2025 ]}

@online{reference.wolfram_2025_standardize, organization={Wolfram Research}, title={Standardize}, year={2008}, url={https://reference.wolfram.com/language/ref/Standardize.html}, note=[Accessed: 22-April-2025 ]}