What is the difference between Variance and Covariance?

  • Context: Undergrad 
  • Thread starter Thread starter DUET
  • Start date Start date
  • Tags Tags
    Variance
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
DUET
Messages
55
Reaction score
0
Could someone please explain it to me what is the difference between Variance and Covariance?
 
Physics news on Phys.org
"Variance" applies to a single random variable. "Covariance" applies to two or more related random variables.
 
Could you please give me an example?
 
DUET said:
Could you please give me an example?

Let X and Y be random variables.

var(X) = E(X2) - E(X)2

cov(XY) = E(XY) - E(X)E(Y)

E(..) means average.