Re: Correlation Between Mean and Standard Deviation



Graham Ashe wrote:
I'm not very familiar with statistical jargon. I just need to
interpret the data in a meaningful way (statistics seems to be the
only way to actually do this).

Basically, I simply need to know if, in principle, a greater standard
deviation (of the mean) in one set of data implies there is a wider
range of scores there than another set (with a smaller standard
deviation) of the same type of data. Is has to be, doesn't it? Or is
too obvious to be worth mentioning?

Not necessarily. Consider two samples. Sample A contains N-2 zeros,
one observation with value 1000, and one with value -1000. The mean is
zero and the variance is 2*10^6/(N-1). Sample B (same sample size)
contains N/2 observations with value 100 and N/2 with value -100. The
mean is again zero and the variance this time is 10^4*N/(N-1). As N ->
infinity the first variance -> 0 and the second variance -> 10^4, so
clearly for decent size N the second sample will have a higher variance
(potentially much higher). On the other hand, the first sample has a
range (2000) that is 10 times greater than that of the second sample (200).

If, for instance, you have two samples of equal size, both drawn from Gaussian (normal) populations, then you are likely (not guaranteed) to find a larger range in the sample with larger variance. You also have to factor sample size itself into the discussion. Suppose I draw two samples from the same population (lets say it's normal), but sample A is much bigger than sample B. The expected value of both standard deviations is the same (and equals the standard deviation of the population), but the expected range of A is greater than the expected range of B, in essence because the larger sample size gives you more opportunity to get observations from the tails of the distribution.

HTH,
Paul
.



Relevant Pages

  • Re: Standard Deviation Question
    ... Probably a really naive question so pardon me... ... reporting process. ... standard deviations on any sample less than three. ... variance: One "variance ratio test" for homogeneity of two ...
    (sci.stat.edu)
  • Re: Measuring Time to Convergence
    ... a Poisson Distribution -- which has the property that the Variance equals the Mean. ... There is a close relationship between Poisson Distributions and Binomial Distributions for large sample sizes. ... using the standard sample mean and standard deviations; I'm finding my standard deviation is more than my mean. ...
    (comp.ai.genetic)
  • Re: Stdev by dividation
    ... > I want to pool the standard deviations from mean values divided on ... As Stefano suggests, google on "error propagation". ... underestimate the true variance, ...
    (sci.stat.math)
  • Re: standard deviation and N-1
    ... but in college the book has N-1 in the denominator. ... Suppose sig^2_s the variance of your sample, ... samples will be the true variance of the population. ... *standard deviations*. ...
    (sci.math)