Normalization

From Wikiversity
Jump to navigation Jump to search

A normalization is applied in general on a set of data with numerical values. The set of values have key values describing the aggregated set of numerical values. The key values can be means, deviation value, threshold value for the list. In the context of statistics, normalization of ratings means adjusting values measured on different scales to a notionally common scale, often prior to averaging. For probability distributions, normalization may refer to a linear transformation of the data set to bring the entire probability distributions e.g. to an expectation value of 0 and a variance of 1. This is possible if the variance exists (i.e, is finite). In the case of normalization of scores in educational assessment, there may be an intention to align distributions to a normal distribution.

A different approach to normalization for thresholds can be used in a very simple case for regulatory thresholds e.g. in ecotoxicology. Regulatory thresholds (e.g. provide by risk management agencies or public health agencies) might be different for toxicants in the environment and they might be reduced according to new scientific evidence and the risk assessment.

Examples[edit | edit source]

The following examples show normalization with a

  • the arithmetic mean,
  • the standard deviation or
  • regulatory threshold (e.g. threshold for a toxic substance in a product)

Learning Tasks[edit | edit source]

Normalize the scores of an assessment of students according to the mean value.

  • data
  • calculate the arithmetic means of the data .
  • normalized data to means . Calculate the arithmetic means of . What is the result.
  • What does the normalized vector tell you as teacher about the assessment?
  • Add new values to or modify the values in and calculate the arithmetic mean of again. What do see and why do you get these results?

Threshold Normalization[edit | edit source]

In this case the threshold normalized value 3.0 means that the measured value exceeds the allowed threshold value by a factor of 3.

  • measure value is 300mg with an allow regulatory threshold of 100mg.
  • measure value is 7.5mg with an allow regulatory threshold of 2.5mg.

See also[edit | edit source]