From Surf Wiki (app.surf) — the open knowledge base
Standard score
How many standard deviations apart from the mean an observed datum is
How many standard deviations apart from the mean an observed datum is
In statistics, the standard score or z-score is the number of standard deviations by which the value of a raw score (i.e., an observed value or data point) is above or below the mean value of what is being observed or measured. Raw scores above the mean have positive standard scores, while those below the mean have negative standard scores.
It is calculated by subtracting the population mean from an individual raw score and then dividing the difference by the population standard deviation. This process of converting a raw score into a standard score is called standardizing or normalizing (however, "normalizing" can refer to many types of ratios; see Normalization for more).
Standard scores are most commonly called z-scores; the two terms may be used interchangeably, as they are in this article. Other equivalent terms in use include z-value, z-statistic, normal score, standardized variable and pull in high energy physics.
Computing a z-score requires knowledge of the mean and standard deviation of the complete population to which a data point belongs; if one only has a sample of observations from the population, then the analogous computation using the sample mean and sample standard deviation yields the t-statistic.
Calculation
If the population mean and population standard deviation are known, a raw score x is converted into a standard score by
:z = {x- \mu \over \sigma}
where:
: μ is the mean of the population, : σ is the standard deviation of the population.
The absolute value of z represents the distance between that raw score x and the population mean in units of the standard deviation. z is negative when the raw score is below the mean, positive when above.
Calculating z using this formula requires use of the population mean and the population standard deviation, not the sample mean or sample deviation. However, knowing the true mean and standard deviation of a population is often an unrealistic expectation, except in cases such as standardized testing, where the entire population is measured.
When the population mean and the population standard deviation are unknown, the standard score may be estimated by using the sample mean and sample standard deviation as estimates of the population values.{{Citation |last1= Mendenhall |first1= William |last2= Sincich
In these cases, the z-score is given by
:z = {x- \bar{x} \over S}
where:
: \bar{x} is the mean of the sample, : S is the standard deviation of the sample.
Though it should always be stated, the distinction between use of the population and sample statistics often is not made. In either case, the numerator and denominator of the equations have the same units of measure so that the units cancel out through division and z is left as a dimensionless quantity.
Applications
Z-test
Main article: Z-test
The z-score is often used in the z-test in standardized testing – the analog of the Student's t-test for a population whose parameters are known, rather than estimated. As it is very unusual to know the entire population, the t-test is much more widely used.
Prediction intervals
prediction intervals The standard score can be used in the calculation of prediction intervals. A prediction interval [L,U], consisting of a lower endpoint designated L and an upper endpoint designated U, is an interval such that a future observation X will lie in the interval with high probability \gamma, i.e.
:P(L
For the standard score Z of X it gives: :P\left( \frac{L-\mu}{\sigma} By determining the quantile z such that :P\left( -z it follows: :L=\mu-z\sigma,\ U=\mu+z\sigma
Process control
In process control applications, the Z value provides an assessment of the degree to which a process is operating off-target.
Comparison of scores measured on different scales: ACT and SAT

When scores are measured on different scales, they may be converted to z-scores to aid comparison. Dietz et al.{{Citation give the following example, comparing student scores on the (old) SAT and ACT high school tests. The table shows the mean and standard deviation for total scores on the SAT and ACT. Suppose that student A scored 1800 on the SAT, and student B scored 24 on the ACT. Which student performed better relative to other test-takers?
| SAT | ACT | Mean | Standard deviation |
|---|---|---|---|
| 1500 | 21 | ||
| 300 | 5 |

The z-score for student A is z = {x- \mu \over \sigma} = {1800- 1500 \over 300} = 1
The z-score for student B is z = {x- \mu \over \sigma} = {24- 21 \over 5} = 0.6
Because student A has a higher z-score than student B, student A performed better compared to other test-takers than did student B.
Percentage of observations below a z-score
Continuing the example of ACT and SAT scores, if it can be further assumed that both ACT and SAT scores are normally distributed (which is approximately correct), then the z-scores may be used to calculate the percentage of test-takers who received lower scores than students A and B.
Cluster analysis and multidimensional scaling
"For some multivariate techniques such as multidimensional scaling and cluster analysis, the concept of distance between the units in the data is often of considerable interest and importance… When the variables in a multivariate data set are on different scales, it makes more sense to calculate the distances after some form of standardization."
Principal components analysis
In principal components analysis, "Variables measured on different scales or on a common scale with widely differing ranges are often standardized."
Relative importance of variables in multiple regression: standardized regression coefficients
Standardization of variables prior to multiple regression analysis is sometimes used as an aid to interpretation.{{Citation |last1= Afifi |first1= Abdelmonem |last2= May |first2= Susanne K. |last3= Clark |first3= Virginia A. |title= Practical Multivariate Analysis (page 95) state the following.
"The standardized regression slope is the slope in the regression equation if X and Y are standardized … Standardization of X and Y is done by subtracting the respective means from each set of observations and dividing by the respective standard deviations … In multiple regression, where several X variables are used, the standardized regression coefficients quantify the relative contribution of each X variable."
However, Kutner et al. (p 278) give the following caveat: "… one must be cautious about interpreting any regression coefficients, whether standardized or not. The reason is that when the predictor variables are correlated among themselves, … the regression coefficients are affected by the other predictor variables in the model … The magnitudes of the standardized regression coefficients are affected not only by the presence of correlations among the predictor variables but also by the spacings of the observations on each of these variables. Sometimes these spacings may be quite arbitrary. Hence, it is ordinarily not wise to interpret the magnitudes of standardized regression coefficients as reflecting the comparative importance of the predictor variables."
Standardizing in mathematical statistics
In mathematical statistics, a random variable X is standardized by subtracting its expected value \operatorname{E}[X] and dividing the difference by its standard deviation \sigma(X) = \sqrt{\operatorname{Var}(X)}:
:Z = {X - \operatorname{E}[X] \over \sigma(X)}
If the random variable under consideration is the sample mean of a random sample \ X_1,\dots, X_n of X:
:\bar{X}={1 \over n} \sum_{i=1}^n X_i
then the standardized version is
:Z = \frac{\bar{X}-\operatorname{E}[\bar{X}]}{\sigma(X)/\sqrt{n}} : :Where the standardised sample mean's variance was calculated as follows: : : \begin{array}{l} \operatorname{Var}\left(\sum x_{i}\right) =\sum \operatorname{Var}(x_{i}) =n\operatorname{Var}(x_{i}) =n\sigma ^{2}\ \operatorname{Var}(\overline{X}) =\operatorname{Var}\left(\frac{\sum x_{i}}{n}\right) =\frac{1}{n^{2}} \operatorname{Var}\left(\sum x_{i}\right) =\frac{n\sigma ^{2}}{n^{2}} =\frac{\sigma ^{2}}{n} \end{array} :
T-score
In educational assessment, T-score is a standard score Z shifted and scaled to have a mean of 50 and a standard deviation of 10. It is also known as ** in Japanese, where the concept is much more widely known and used in the context of high school and university admissions.
In bone density measurement, the T-score is the standard score of the measurement compared to the population of healthy 30-year-old adults, and has the usual mean of 0 and standard deviation of 1.
References
References
- (2017). "2015 European School of High-Energy Physics: Bansko, Bulgaria 02 - 15 Sep 2015". CERN.
- Gross, Eilam. (2017-11-06). "Practical Statistics for High Energy Physics". CERN Yellow Reports: School Proceedings.
- E. Kreyszig. (1979). "Advanced Engineering Mathematics". Wiley.
- (2008). "Schaum's Outlines Statistics". McGraw Hill.
- (2016). "Primer of Applied Regression & Analysis of Variance". McGraw Hill.
- E. Kreyszig. (1979). "Advanced Engineering Mathematics". Wiley.
- (2011). "An Introduction to Applied Multivariate Analysis with R". Springer.
- (2007). "Applied Multivariate Statistical Analysis". Pearson / Prentice Hall.
- (204). "Applied Linear Regression Models". McGraw Hill.
- (29 January 2009). "Assessment: In Special and Inclusive Education". Cengage Learning.
- (1 January 2014). "Essentials of Testing and Assessment: A Practical Guide for Counselors, Social Workers, and Psychologists". Cengage Learning.
- Kamphaus, Randy W.. (16 August 2005). "Clinical Assessment of Child and Adolescent Intelligence". Springer.
- Goodman, Roger. (2018-09-03). "The invention, gaming, and persistence of the hensachi (‘standardised rank score’) in Japanese education". Oxford Review of Education.
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about Standard score — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report