I Scaling and Standardization in Statistical Analysis

fog37
Messages
1,566
Reaction score
108
TL;DR Summary
scaling and standardization in statistical analysis
Hello everyone,

When working with variables in a data set to find the appropriate statistical model (linear, nonlinear regression, etc.), the variables can have different range, standard deviation, mean, etc.

Should all the input variables be always standardized and scaled before the analysis is applied so they have the same mean and range?

For example, when determining the price of a house (target output variable) using a multivariate linear regression model, the input variables (square footage, year it was build, number of rooms, etc.) have very different ranges...It could happen that a certain variables gets a larger weight just because of the range of its values...

What do do?
 
Physics news on Phys.org
I wouldn’t say “always”, but certainly “often”.
 
Most algorithms or equations will include the appropriate scaling and normalization. Usually, you do not need to do it yourself.
 
And often the variable of interest is a difference or % change in which case scale does not matter. This is how finance and economics mostly works. SDs generally do not get whitened for OLS
 
Last edited:
fog37 said:
using a multivariate linear regression model, the input variables (square footage, year it was build, number of rooms, etc.) have very different ranges...It could happen that a certain variables gets a larger weight just because of the range of its values...
The statistical significance of independent variables in multivariate linear regression does not depend on the scale of the variable values. That effect is compensated for. The magnitude and variance of the multiplying coefficients are affected by the scale of the variables but the statistical significance is not.
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top