Variance of the position noise

In summary, the formula used to calculate the variance and covariance in this example is based on simple calculations using the standard deviation and proportional relationships between the variables.
  • #1
ArixII
7
0
Hi,
I read an article in Kalman filtering. There is an example in introductory Mechanics. I just can not understand which formula for calculating the variance and covariance is used. 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? :eek:]

[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!
 
Physics news on Phys.org
  • #2
The formula used in the example is a simple calculation of the variance and covariance of two variables, X and Y. The variance of X is calculated as Var(X) = (0.005)^2 * (0.2)^2 = 10^(-6), and the variance of Y is calculated as Var(Y) = (0.1)^2 * (0.2)^2 = 4 * 10^(-4). The covariance of X and Y is then calculated as Cov(X,Y) = E[(X - mu_x) * (Y - mu_y)] = (0.005 * 0.2) * (0.1 * 0.2) = 2 * 10^(-5).
 
  • #3


Dear author,
Thank you for your question. The formulas used in the calculations described in the article are based on the principles of Kalman filtering, which is a mathematical technique used to estimate the state of a system based on measurements and predictions. In this case, the formulas used to calculate the variance and covariance of the position and velocity noise are based on the Kalman filter equations for a linear system. The specific equations used may vary depending on the specific implementation and assumptions made in the article, but they are based on the following general formulas:

Variance of position noise: (0.005)^2 * (0.2)^2 = 10^(-6)

Variance of velocity noise: (0.1)^2 * (0.2)^2 = 4 * 10^(-4)

Covariance of position and velocity noise: (0.005 * 0.2) * (0.1 * 0.2) = 2 * 10^(-5)

These formulas take into account the measurement and prediction errors, as well as the relationship between the position, velocity, and acceleration variables. I hope this helps to clarify the calculations used in the article. If you have any further questions, please let me know.
 

What is the variance of the position noise?

The variance of the position noise is a measure of the spread or variability of the noise around the true position of an object. It is a statistical quantity that describes the amount of uncertainty in the position estimation.

How is the variance of the position noise calculated?

The variance of the position noise is typically calculated using a mathematical formula that takes into account the individual noise measurements and their corresponding weights. This formula is known as the variance formula and is used to estimate the spread of the noise around the true position.

What factors affect the variance of the position noise?

The variance of the position noise can be influenced by various factors such as the accuracy of the measurement devices, the amount of noise present in the environment, and the positioning system used. Additionally, the number of noise measurements and their distribution can also affect the variance.

Why is the variance of the position noise important?

The variance of the position noise is important because it provides insight into the accuracy and reliability of position estimation. A lower variance indicates a more precise estimation, while a higher variance suggests a larger degree of uncertainty in the position measurement.

How can the variance of the position noise be minimized?

The variance of the position noise can be reduced by using more accurate measurement devices, improving the positioning system, and increasing the number of noise measurements. Additionally, filtering techniques and signal processing algorithms can also help to reduce the variance of the position noise.

Similar threads

  • Introductory Physics Homework Help
Replies
6
Views
893
  • Introductory Physics Homework Help
Replies
17
Views
829
  • General Math
Replies
6
Views
1K
  • Introductory Physics Homework Help
Replies
4
Views
354
  • Introductory Physics Homework Help
Replies
5
Views
1K
  • Introductory Physics Homework Help
Replies
2
Views
1K
  • Introductory Physics Homework Help
Replies
12
Views
1K
  • Introductory Physics Homework Help
Replies
12
Views
14K
  • Introductory Physics Homework Help
Replies
6
Views
2K
Back
Top