Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Standard score

From Wikipedia, the free encyclopedia
How many standard deviations apart from the mean an observed datum is

"Standardize" redirects here. For industrial and technical standards, seeStandardization.
"Z-score" redirects here. For other uses, seeZ-score (disambiguation).
Comparison of the various grading methods in anormal distribution, including:standard deviations, cumulative percentages,percentile equivalents, z-scores,T-scores

Instatistics, thestandard score is the number ofstandard deviations by which the value of araw score (i.e., an observed value or data point) is above or below themean 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 thepopulation mean from an individual raw score and then dividing the difference by thepopulation standard deviation. This process of converting a raw score into a standard score is calledstandardizing ornormalizing (however, "normalizing" can refer to many types of ratios; seeNormalization for more).

Standard scores are most commonly calledz-scores; the two terms may be used interchangeably, as they are in this article. Other equivalent terms in use includez-value,z-statistic,normal score,standardized variable andpull inhigh energy physics.[1][2]

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 asample of observations from the population, then the analogous computation using the sample mean and sample standard deviation yields thet-statistic.

Calculation

[edit]

If the population mean and population standard deviation are known, a raw scorex is converted into a standard score by[3]

z=xμσ{\displaystyle z={x-\mu \over \sigma }}

where:

μ is themean of the population,
σ is thestandard deviation of the population.

The absolute value ofz represents the distance between that raw scorex and the population mean in units of the standard deviation.z is negative when the raw score is below the mean, positive when above.

Calculatingz 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 asstandardized 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.[4][5][6][7]

In these cases, thez-score is given by

z=xx¯S{\displaystyle z={x-{\bar {x}} \over S}}

where:

x¯{\displaystyle {\bar {x}}} is themean of the sample,
S is thestandard 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 andz is left as adimensionless quantity.

Applications

[edit]

Z-test

[edit]
Main article:Z-test

The z-score is often used in the z-test in standardized testing – the analog of theStudent'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

[edit]

The standard score can be used in the calculation ofprediction intervals. A prediction interval [L,U], consisting of a lower endpoint designatedL and an upper endpoint designatedU, is an interval such that a future observationX will lie in the interval with high probabilityγ{\displaystyle \gamma }, i.e.

P(L<X<U)=γ,{\displaystyle P(L<X<U)=\gamma ,}

For the standard scoreZ ofX it gives:[8]

P(Lμσ<Z<Uμσ)=γ.{\displaystyle P\left({\frac {L-\mu }{\sigma }}<Z<{\frac {U-\mu }{\sigma }}\right)=\gamma .}

By determining the quantile z such that

P(z<Z<z)=γ{\displaystyle P\left(-z<Z<z\right)=\gamma }

it follows:

L=μzσ, U=μ+zσ{\displaystyle L=\mu -z\sigma ,\ U=\mu +z\sigma }

Process control

[edit]

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

[edit]
Thez score for Student A was 1, meaning Student A was 1 standard deviation above the mean. Thus, Student A performed in the 84.13 percentile on the SAT.

When scores are measured on different scales, they may be converted to z-scores to aid comparison. Dietz et al.[9] give the following example, comparing student scores on the (old)SAT andACT 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?

SATACT
Mean150021
Standard deviation3005
Thez score for Student B was 0.6, meaning Student B was 0.6 standard deviation above the mean. Thus, Student B performed in the 72.57 percentile on the SAT.

The z-score for student A isz=xμσ=18001500300=1{\displaystyle z={x-\mu \over \sigma }={1800-1500 \over 300}=1}

The z-score for student B isz=xμσ=24215=0.6{\displaystyle 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

[edit]

Continuing the example of ACT and SAT scores, if it can be further assumed that both ACT and SAT scores arenormally 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

[edit]

"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."[10]

Principal components analysis

[edit]

In principal components analysis, "Variables measured on different scales or on a common scale with widely differing ranges are often standardized."[11]

Relative importance of variables in multiple regression: standardized regression coefficients

[edit]

Standardization of variables prior tomultiple regression analysis is sometimes used as an aid to interpretation.[12](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.[13] (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

[edit]
Further information:Normalization (statistics)

Inmathematical statistics, arandom variableX isstandardized by subtracting itsexpected valueE[X]{\displaystyle \operatorname {E} [X]} and dividing the difference by itsstandard deviationσ(X)=Var(X):{\displaystyle \sigma (X)={\sqrt {\operatorname {Var} (X)}}:}

Z=XE[X]σ(X){\displaystyle Z={X-\operatorname {E} [X] \over \sigma (X)}}

If the random variable under consideration is thesample mean of a random sample X1,,Xn{\displaystyle \ X_{1},\dots ,X_{n}} ofX:

X¯=1ni=1nXi{\displaystyle {\bar {X}}={1 \over n}\sum _{i=1}^{n}X_{i}}

then the standardized version is

Z=X¯E[X¯]σ(X)/n{\displaystyle Z={\frac {{\bar {X}}-\operatorname {E} [{\bar {X}}]}{\sigma (X)/{\sqrt {n}}}}}
Where the standardised sample mean's variance was calculated as follows:
Var(xi)=Var(xi)=nVar(xi)=nσ2Var(X¯)=Var(xin)=1n2Var(xi)=nσ2n2=σ2n{\displaystyle {\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

[edit]
"T-score" redirects here; not to be confused witht-statistic.

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.[14][15][16] It is also known ashensachi in Japanese, where the concept is much more widely known and used in the context of high school and university admissions.[17]

In bone density measurements, 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.[18]

See also

[edit]

References

[edit]
  1. ^Mulders, Martijn; Zanderighi, Giulia, eds. (2017).2015 European School of High-Energy Physics: Bansko, Bulgaria 02 - 15 Sep 2015. CERN Yellow Reports: School Proceedings. Geneva: CERN.ISBN 978-92-9083-472-4.
  2. ^Gross, Eilam (2017-11-06)."Practical Statistics for High Energy Physics".CERN Yellow Reports: School Proceedings. 4/2017:165–186.doi:10.23730/CYRSP-2017-004.165.
  3. ^E. Kreyszig (1979).Advanced Engineering Mathematics (Fourth ed.). Wiley. p. 880, eq. 5.ISBN 0-471-02140-7.
  4. ^Spiegel, Murray R.; Stephens, Larry J (2008),Schaum's Outlines Statistics (Fourth ed.), McGraw Hill,ISBN 978-0-07-148584-5
  5. ^Mendenhall, William; Sincich, Terry (2007),Statistics for Engineering and the Sciences (Fifth ed.), Pearson / Prentice Hall,ISBN 978-0131877061
  6. ^Glantz, Stanton A.; Slinker, Bryan K.; Neilands, Torsten B. (2016),Primer of Applied Regression & Analysis of Variance (Third ed.), McGraw Hill,ISBN 978-0071824118
  7. ^Aho, Ken A. (2014),Foundational and Applied Statistics for Biologists (First ed.), Chapman & Hall / CRC Press,ISBN 978-1439873380
  8. ^E. Kreyszig (1979).Advanced Engineering Mathematics (Fourth ed.). Wiley. p. 880, eq. 6.ISBN 0-471-02140-7.
  9. ^Diez, David; Barr, Christopher; Çetinkaya-Rundel, Mine (2012),OpenIntro Statistics (Second ed.), openintro.org
  10. ^Everitt, Brian; Hothorn, Torsten J (2011),An Introduction to Applied Multivariate Analysis with R, Springer,ISBN 978-1441996497
  11. ^Johnson, Richard; Wichern, Wichern (2007),Applied Multivariate Statistical Analysis, Pearson / Prentice Hall
  12. ^Afifi, Abdelmonem; May, Susanne K.; Clark, Virginia A. (2012),Practical Multivariate Analysis (Fifth ed.), Chapman & Hall/CRC,ISBN 978-1439816806
  13. ^Kutner, Michael; Nachtsheim, Christopher; Neter, John (204),Applied Linear Regression Models (Fourth ed.), McGraw Hill,ISBN 978-0073014661
  14. ^John Salvia; James Ysseldyke; Sara Witmer (29 January 2009).Assessment: In Special and Inclusive Education. Cengage Learning. pp. 43–.ISBN 978-0-547-13437-6.
  15. ^Edward S. Neukrug; R. Charles Fawcett (1 January 2014).Essentials of Testing and Assessment: A Practical Guide for Counselors, Social Workers, and Psychologists. Cengage Learning. pp. 133–.ISBN 978-1-305-16183-2.
  16. ^Randy W. Kamphaus (16 August 2005).Clinical Assessment of Child and Adolescent Intelligence. Springer. pp. 123–.ISBN 978-0-387-26299-4.
  17. ^Goodman, Roger; Oka, Chinami (2018-09-03)."The invention, gaming, and persistence of the hensachi ('standardised rank score') in Japanese education".Oxford Review of Education.44 (5):581–598.doi:10.1080/03054985.2018.1492375.ISSN 0305-4985.JSTOR 26836035.
  18. ^"Bone Mass Measurement: What the Numbers Mean".NIH Osteoporosis and Related Bone Diseases National Resource Center. National Institute of Health. Retrieved5 August 2017.

Further reading

[edit]

External links

[edit]
Continuous data
Center
Dispersion
Shape
Count data
Summary tables
Dependence
Graphics
Study design
Survey methodology
Controlled experiments
Adaptive designs
Observational studies
Statistical theory
Frequentist inference
Point estimation
Interval estimation
Testing hypotheses
Parametric tests
Specific tests
Goodness of fit
Rank statistics
Bayesian inference
Correlation
Regression analysis
Linear regression
Non-standard predictors
Generalized linear model
Partition of variance
Categorical
Multivariate
Time-series
General
Specific tests
Time domain
Frequency domain
Survival
Survival function
Hazard function
Test
Biostatistics
Engineering statistics
Social statistics
Spatial statistics
Retrieved from "https://en.wikipedia.org/w/index.php?title=Standard_score&oldid=1280883904"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp