Re: Difference b/w Standard Deviation and Variance




Reef Fish wrote:
DarkProtoman wrote:
What is the difference b/w the standard deviation and the variance
(other than the way they're calculated)? Like when are they used, or
when is one preferred over the other? Thanks!!!!

Good practical question!

Standard deviation is measured in the units in which the data is
measured.
That's why a confidence interval is in +- number of standard dev.
units.

It's more than just a preference. You can't calculate the standard
deviation
without calculating the variance first, by taking the square root of
it.

When is a variance prefered? Can't think of a good answer right off
hand.
It's used more for theoretical reasons than for practical usage. For
example,
the sample variance is an unbiased estimate of the variance, but nobody
I know ever uses an unbiased estimate of a standard deviation in
practice.

It's used in regression and other methods in breaking down the total
variation into component parts. I am sure others will name other
"prefered" uses of it.

Related to this last idea is that the variance may be used to assess
the equal variance assumption of the two sample t-test. This is
through the variance ratio. When the ratio is large Welch's modified
t-test is often recommended.

In terms of intuitive interpretation, standard deviation wins.

--
Kevin E. Thorpe
Assistant Professor, Department of Public Health Sciences
Faculty of Medicine, University of Toronto

.



Relevant Pages

  • Re: Difference b/w Standard Deviation and Variance
    ... That's why a confidence interval is in +- number of standard dev. ... When is a variance prefered? ... the sample variance is an unbiased estimate of the variance, ... RF> deviation in practice. ...
    (sci.stat.math)
  • Re: Difference b/w Standard Deviation and Variance
    ... Standard deviation is measured in the units in which the data is ... It's more than just a preference. ... When is a variance prefered? ... practice. ...
    (sci.stat.math)
  • Re: Testing data for stationarity in a set of data
    ... I am not aware of any any standard procedures for this, ... particularly procedures for detection of a non-constant variance. ... One way of doing this would be to calculate the local standard ...
    (sci.stat.math)
  • Re: General Poker Strategy Question
    ... $10/$20 game. ... That's also standard for almost every site online. ... from players at various levels to see what they might do. ... elephant inflicting yourself with that variance. ...
    (rec.gambling.poker)
  • Re: Square Root in VBA
    ... Depending on what you are doing, it is possible to derive the standard ... deviation from the variance using a matrix and row construct with MMULT ... Function test1(RegionR, CovarMatrix) As Variant ...
    (microsoft.public.excel.programming)