Sponsored Links
-->

Tuesday, August 14, 2018

HKDSE 2013 Maths Core Paper 1 Q15: Data Dispersion、Standard Score ...
src: i.ytimg.com

In statistics, the standard score is the signed number of standard deviations by which the value of an observation or data point differs from the mean value of what is being observed or measured. Observed values above the mean have positive standard scores, while values below the mean have negative standard scores. The standard score is a dimensionless quantity obtained by subtracting the population mean from an individual raw score and then dividing the difference by the population standard deviation. This conversion process is called standardizing or normalizing (however, "normalizing" can refer to many types of ratios; see normalization for more).

Standard scores are also called z-values, z-scores, normal scores, and standardized variables. They are most frequently used to compare an observation to a standard normal deviate, though they can be defined without assumptions of normality.

Computing a z-score requires knowing 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 with sample mean and sample standard deviation yields the t-statistic.


Video Standard score



Calculation from raw score

If the population mean and population standard deviation are known, the standard score of a raw score x is calculated as

z = x - ? ? {\displaystyle 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 the raw score 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 the population mean and the population standard deviation, not the sample mean or sample deviation. But knowing the true mean and standard deviation of a population is often unrealistic 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 calculated using the sample mean and sample standard deviation as estimates of the population values.

In these cases, the z score is

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

where:

x ¯ {\displaystyle {\bar {x}}} is the mean of the sample.
S is the standard deviation of the sample.

Maps Standard score



Applications

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

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 ? {\displaystyle \gamma } , i.e.

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

For the standard score Z of X it gives:

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

In process control applications, the Z value provides an assessment of how off-target a process is operating.

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. Diez et al. give the following example comparing student scores on the SAT and ACT high school tests. The table shows the mean and standard deviation for total score 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?


The z-score for student A is z = x - ? ? = 1800 - 1500 300 = 1 {\displaystyle z={x-\mu \over \sigma }={1800-1500 \over 300}=1}

The z-score for student B is z = x - ? ? = 24 - 21 5 = 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.

Percent 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 percent of test-takers who received lower scores than students A and B. The R function pnorm() and the Excel function NORM.DIST() give the probability that a random observation from a normal distribution will have a z score less than a specified z score.

For Student A, with a z score of 1 on the ACT, NORM.DIST(1,0,1,TRUE) = 0.84, indicating that 84% of students taking the ACT scored lower than Student A. For Student B, with a z score of 0.6 on the SAT, NORM.DIST(0.6,0,1,TRUE) = 0.73, indicating that 73% of students taking the SAT scored lower than Student 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. Affif et al (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."


Maths Tutorial: Z Scores (Standard scores) in statistics - YouTube
src: i.ytimg.com


Standardizing in mathematical statistics

In mathematical statistics, a random variable X is standardized by subtracting its expected value E [ X ] {\displaystyle \operatorname {E} [X]} and dividing the difference by its standard deviation ? ( X ) = Var ( X ) : {\displaystyle \sigma (X)={\sqrt {\operatorname {Var} (X)}}:}

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

If the random variable under consideration is the sample mean of a random sample   X 1 , ... , X n {\displaystyle \ X_{1},\dots ,X_{n}} of X:

X ¯ = 1 n ? i = 1 n X i {\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} [X]}{\sigma (X)/{\sqrt {n}}}}} .

Standard Deviation and Z-scores - YouTube
src: i.ytimg.com


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.

In bone density measurements, the T-score is the standard score of the measurement compared to the population of healthy 30-year-old adults.


This family-friendly standard score visualization graphic makes it ...
src: s-media-cache-ak0.pinimg.com


See also

  • Omega ratio
  • Standard normal deviate

Standard Scores - YouTube
src: i.ytimg.com


References


EK TOOLS- STANDARD SCORING BOARD - Scrapbooking and Paper Crafts ...
src: i2.wp.com


Further reading

  • Carroll, Susan Rovezzi; Carroll, David J. (2002). Statistics Made Simple for School Leaders (illustrated ed.). Rowman & Littlefield. ISBN 978-0-8108-4322-6. Retrieved 7 June 2009. 
  • Larsen, Richard J.; Marx, Morris L. (2000). An Introduction to Mathematical Statistics and Its Applications (Third ed.). p. 282. ISBN 0-13-922303-7. 

Obesity and Metabolic Syndrome and Functional and Structural Brain ...
src: pediatrics.aappublications.org


External links

  • Interactive Flash on the z-scores and the probabilities of the normal curve by Jim Reed

Source of the article : Wikipedia

Comments
0 Comments