What is Normalize or Standardize?

Thomas Bayes

What is Normalize or Standardize?

About

(Normalize|Standardize) is a scale transformation on a numeric variable distribution to have:

  • zero as mean (See Z score)
  • the max and the min of the distribution into a given numeric range (normally between -1 and 1)
  • zero mean and unit variance

The transformation to a Z scale is a standardization.

By normalizing, you get your data (variable) between 0 and 1 so the calculations aren't skewed by some attribute that happens to be on some gigantic scale

Variables

To Standardize a variables, you take the variable value and you divide it by the standard deviation of that variable over all the observations. See Statistics - Z Score (Zero Mean) or Standard Score

A standardize variable makes the variable and their coefficients comparable when they have different unit.





Discover More
Thomas Bayes
Statistics - (Logit|Logistic) (Function|Transformation)

The logit transform is a S-shaped curve that applies a softer function. It's a soft function of a step function: Never below 0, never above 1 and a smooth transition in between. where: ...
Thomas Bayes
What is the Cosine Similarity or Cosine Distance? (Measure of Angle)

The cosine similarity (or cosine distance) is a distance that measures the angle between two vectors, normalized by magnitude. You just divide the dot product by the magnitude of the two vectors. ...



Share this page:
Follow us:
Task Runner