View Single Post
  #1  
Old January 11th, 2009, 10:21 AM
ArixII ArixII is offline
Newbie
 
Join Date: Jan 2009
Posts: 3
Country:
Thanks: 0
Thanked 0 Times in 0 Posts
ArixII is on a distinguished road
Default variance and covariance need to clarify!

Hi,
There is an example in an article where the author calculates variance and covariance, but I can't understand how (I'm novice in the topic). The example is about a vehicle that is traveling straight on the road:

The postition is measured with an error of 10 feet (one standard deviation)
The command acceleration is a constant 1 foot/sec^2
The acceleration noise is 0.2 feet/sec^2 (one standard deviation)
The position is measured 10 times per second.

Since the position is proportional to 0.0005 times the acceleration, and the acceleration noise is 0.2 feet/sec^2, the variance of the position noise is (0.005)^2 * (0.2)^2 = 10^(-6)
...

[and what formula is used to calculate this? ]

[author continues]
...Similarly, since the velocity is proportional to 0.1 times the acceleration, the variance of the velocity noise is (0.1)^2 * (0.2)^2 = 4 * 10^(-4). Finally, the covariance of the position noise and velocity noise is equal to the standard deviation of the position noise times the standard deviation of the velocity noise, which can be calculated as (0.005 * 0.2) * (0.1 * 0.2) = 2 * 10^(-5).
=================================================

Well I know that:
cov(X,Y) = E[(X - mu_x) * (Y - mu_y)]
but this is not what he used, right? does somebody knows the formulas used in such calculations?

Thank you!
Reply With Quote