why do we use rms?

This forum made possible through the generous support of SDN members, donors, and sponsors. Thank you.

thebillsfan

Unseasoned Veteran
10+ Year Member
Joined
Dec 23, 2008
Messages
778
Reaction score
0
why don't we use the mean of the absolute value? and why is the rms different from the mean of the absolute value? intuition says that the mean of the square roots of the squares should be the same as the mean of the absolute value.
 
why don't we use the mean of the absolute value? and why is the rms different from the mean of the absolute value? intuition says that the mean of the square roots of the squares should be the same as the mean of the absolute value.

Actually, we can use mean of abs. That will be another measure of spread. (it is used in non-parametric statistics theories) However, these two things are not equal. (Your intuition is wrong). RMS more sensitive to outliers(points far from mean) then simple average. The reason to choose RMS vs Average of Abs is that it is easy to work with mathematicaly. Abs does not have first derivative and is not easy to manipulate in calculus.
 
oh i get it, because outliers squared would be HUGE outliers. so its close enough to the simple average that it doesnt make a difference for most purposes?
 
oh i get it, because outliers squared would be HUGE outliers. so its close enough to the simple average that it doesnt make a difference for most purposes?
Yes, they represent the same thing in general. That is just a human convention to measure the statistical deviations somehow. No physical phenomena stays behind that. Just comfort to calculate and some useful properties.
 
Top