Girish Mahajan (Editor)

Standard score

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Standard score

In statistics, the standard score is the signed number of standard deviations by which the value of an observation or data point is above 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).

Contents

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 Student's t-statistic.

Calculation from raw score

The standard score of a raw score x is

z = x μ σ

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.

A key point is that calculating z requires the population mean and the population standard deviation, not the sample mean or sample deviation. It requires knowing the population parameters, not the statistics of a sample drawn from the population of interest. But knowing the true standard deviation of a population is often unrealistic except in cases such as standardized testing, where the entire population is measured. In cases where it is impossible to measure every member of a population, the standard deviation may be estimated using a random sample.

It measures the sigma distance of actual data from the average.

The Z value provides an assessment of how off-target a process is operating.

Applications

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.

Also, 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 γ , i.e.

P ( L < X < U ) = γ ,

For the standard score Z of X it gives:

P ( L μ σ < Z < U μ σ ) = γ .

By determining the quantile z such that

P ( z < Z < z ) = γ

it follows:

L = μ z σ ,   U = μ + z σ

Standardizing in mathematical statistics

In mathematical statistics, a random variable X is standardized by subtracting its expected value E [ X ] and dividing the difference by its standard deviation σ ( X ) = Var ( X ) :

Z = X E [ X ] σ ( X )

If the random variable under consideration is the sample mean of a random sample   X 1 , , X n of X:

X ¯ = 1 n i = 1 n X i

then the standardized version is

Z = X ¯ E [ X ] σ ( X ) / n .

T-score

A T-score is a standard score Z shifted and scaled to have a mean of 50 and a standard deviation of 10.

References

Standard score Wikipedia