Understanding Mean Squared Deviation and Its Usage in Statistical Analysis

  • Thread starter Thread starter zeeshahmad
  • Start date Start date
  • Tags Tags
    deviation Mean
AI Thread Summary
Mean Squared Deviation (MSD) refers to two concepts in statistics: the average of squared deviations from the mean and the variance of a sample. The sum of squared deviations (SS) is calculated as the sum of the squared differences between each measurement and the mean, divided by degrees of freedom (DF), which is typically n - 1. The notation <x1+x2+...+xn> represents the expected value, indicating an average with respect to the entire distribution. This expected value can be calculated for discrete or continuous variables using respective formulas. Understanding these concepts is crucial for accurate statistical analysis.
zeeshahmad
Messages
27
Reaction score
0
Could someone explain the meaning of "Mean Squared Deviation"?

Also, in <x1+x2+..xn>
what is the meaning of the pointy brackets <..> ?
 
Physics news on Phys.org
Welcome to PF, zeeshahmad!


Hmm, didn't I see you somewhere else? :wink:

The term "mean squared deviation" is a bit ambiguous and can mean 2 things.
I'll try to explain.


Suppose you have a sample of n measurements x1, x2, ..., xn.

Then the sum of squared deviations, often abbreviated as SS is:
$$SS = \sum (x_i - \bar x)^2$$
where ##\bar x## is the mean.

This set of measurements come with a "degrees of freedom", abbreviated DF.
For a "normal" repeated measurement, we have:
$$DF = n - 1$$

In statistics, when the term "mean squared deviation" is used, it usually means:
$$MS = {SS \over DF}$$
This is exactly the variance (or squared standard deviation) of the sample.


However, taken literally, "mean squared deviation" means just the average of the squared deviations, which is:
$$SS \over n$$



I can't tell you what <x1+x2+..xn> means.
Do you have a context for that?
 
Last edited:
Nice posting to you again :approve:
Actually I have got the lecture notes, in which it tells the meaning, but I don't understand it:

"Consider a distribution with average value μ and standard deviation σ from which a sample measurements are taken, i.e.

\mu = \left\langle x \right\rangle
\sigma^2 = \left\langle x^2 \right\rangle - {\left\langle x \right\rangle}^2

"where the brackets <..> mean an average with respect to the whole distribution."
 
zeeshahmad said:
Nice posting to you again :approve:
Actually I have got the lecture notes, in which it tells the meaning, but I don't understand it:

"Consider a distribution with average value μ and standard deviation σ from which a sample measurements are taken, i.e.

\mu = \left\langle x \right\rangle
\sigma^2 = \left\langle x^2 \right\rangle - {\left\langle x \right\rangle}^2

"where the brackets <..> mean an average with respect to the whole distribution."

Ah, I see what you mean.
<...> as you show it, is also called the "expected value".
The expected valueof a variable X is also written as EX or E(X).

If the variable x can take only specific values ##x_i## with an associated chance of ##p_i##, then in general, the expectation of a function f(x) is:
$$\langle f(x) \rangle = \sum f(x_i)p_i$$
Or if x is a continuous variable, it is:
$$\langle f(x) \rangle = \int f(x)p(x)dx$$
where p(x) is the so called probability density function.So <x1+x2+...xn> would be the expected value of the sum.
This is equal to <x1>+<x2>+...+<xn>.
 
Thankyou for the detailed explanation
:smile:
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top