Re: Standard Deviation



Hello,

Why is this squaring required?

Sum of the squares of the deviation from mean gives the power of the
current sample deviation and when we add all these powers up, and divide by
total number of samples, we get the variance, root of which gives standard
deviation, in other words, we're taking the root of the average deviation "power" of
the signal to get the deviation or fluctuation of the signal from the mean value,

How is this different from "adding all the (sample value - mean) values
and dividing by the total number of samples?

When you add all the (observation - mean) values, the results equals 0.
And 0 divided by N still equals 0.

You could add all the absolute values of the (observation - mean)
values, but, in doing so, you are implicitely giving the same weight
to, for instance, 1 large deviation of 10 points and to 10 little
deviations of 1 point.

Thus, in your analysis, you probably want to assign a larger weight to
1 big error than to 10 littles errors. One (amongst others) way to do
so is to square all the (observation - mean) values, so that 10
deviations of 1 point will have a "weight" of 1 each, and 1 large
deviation of 10 points will have a "weight" of 100 in calculating the
deviation.

I hope this was clear enough.

Fabrice.

.



Relevant Pages

  • Re: Busted Checkride
    ... soon as you detect any deviation [a needle width is about 20 ... feet] get on it, make that small change in pitch and power ...
    (rec.aviation.student)
  • Re: Standard Deviation
    ... I have a book on statistics that says average deviation of an N point ... is the sum of the divided by ... Sum of the squares of the deviation from mean gives the power of the ... Why can't we just add all the sample deviation amplitudes and divide by ...
    (sci.stat.edu)
  • Standard Deviation
    ... I have a doubt with respect to the standard deviation of an N point ... I have a book on statistics that says average deviation of an N point ... Sum of the squares of the deviation from mean gives the power of the ... Why can't we just add all the sample deviation amplitudes and divide by ...
    (sci.stat.edu)
  • Standard Deviation
    ... I have a doubt with respect to the standard deviation of an N point ... I have a book on statistics that says average deviation of an N point ... Sum of the squares of the deviation from mean gives the power of the ... Why can't we just add all the sample deviation amplitudes and divide by ...
    (comp.dsp)
  • Re: Standard Deviation
    ... One understanding of the SD is that it conveys an idea of how far (distance) a typical case is from the mean score of all the cases. ... so you have the square ROOT of the MEAN of the SQUAREd deviation, a kind of average distance of the deviations of the cases' scores from the mean score. ... The SD is called the ROOT MEAN SQUARE is some disciplines. ... Sums of squares and mean square concepts are foundational in experimental analysis ...
    (sci.stat.edu)