Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Numerical Data > Data Transforms and Smoothing > Standardize >
Mathematica > Data Manipulation > Statistical Data Analysis > Data Transforms and Smoothing > Standardize >
Mathematica > Mathematics and Algorithms > Statistical Data Analysis > Data Transforms and Smoothing > Standardize >

Standardize

Standardize[list]
shifts and rescales the elements of list to have zero mean and unit sample variance.
Standardize
shifts the elements in list by and rescales them to have unit sample variance.
Standardize
shifts by and scales by .
  • Standardize shifts by a location and rescales by a scale estimated from the elements of list.
  • Common choices for and include:
MeanStandardDeviationzero mean and unit variance
Meanshift to mean 0
Medianshift by the median
StandardDeviationscale to have unit variance
Compute standard scores for data:
Shift to have mean zero without scaling:
Shift by the Median and scale by the InterquartileRange:
Compute standard scores for data:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Shift to have mean zero without scaling:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
Out[3]=
 
Shift by the Median and scale by the InterquartileRange:
In[1]:=
Click for copyable input
Out[1]=
Standardize exact numeric data:
Symbolic values:
Standardize arbitrary-precision data:
Standardize matrix data by column:
Shift normally distributed values to a standard normal:
The theoretical curves:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF