is an option that determines whether to standardize the data.
Standardized
is an option that determines whether to standardize the data.
Examples
open all close allBasic Examples (1)
A standardized Gaussian vector sums to 1:
GaussianMatrix[{{15}}, Standardized -> True]//TotalA Gaussian vector without scaling and shifting:
GaussianMatrix[{{15}}, Standardized -> False]//TotalComparison plot of Gaussian vectors with and without standardization:
{g1, g2} = GaussianMatrix[{{15}}, Standardized -> #]& /@ {True, False};ListLinePlot[{g1, g2}, PlotLegends -> {"standardized", "not standardized"}]Scope (1)
KarhunenLoeveDecomposition with Standardized->True shifts outputs to have zero means:
First@KarhunenLoeveDecomposition[{{1, 2, 3, 4}, {0.8, 2.1, 3.2, 3.9}}, Standardized -> True]Chop[Mean /@ %]First@KarhunenLoeveDecomposition[{{1, 2, 3, 4}, {0.8, 2.1, 3.2, 3.9}}, Standardized -> False]Chop[Mean /@ %]History
Text
Wolfram Research (2015), Standardized, Wolfram Language function, https://reference.wolfram.com/language/ref/Standardized.html.
CMS
Wolfram Language. 2015. "Standardized." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Standardized.html.
APA
Wolfram Language. (2015). Standardized. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Standardized.html
BibTeX
@misc{reference.wolfram_2026_standardized, author="Wolfram Research", title="{Standardized}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/Standardized.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_standardized, organization={Wolfram Research}, title={Standardized}, year={2015}, url={https://reference.wolfram.com/language/ref/Standardized.html}, note=[Accessed: 13-June-2026]}