Compute Mean Square Error (MSE) for a Problem

kasraa
Messages
15
Reaction score
0
Hi all,

I want to compute mean square error (MSE) for a problem but I'm not sure if I'm doing it right.

Suppose that I want to estimate a variable (e.g. the position of an object) like x. The estimation process depends on the realizations of some specific random variables (i.e. Gaussian noises). In order to get accurate results, I know that I have to perform the estimation process N times with different seeds (i.e. different realizations of noises), right?

Lets show the output (the estimated position) of the i'th trial with x_i.

So I have x_1,...,x_N. Assume that we have access to the true value of x which is showed by x_(true).

How should I compute the MSE?

(1) \frac{1}{N} \sum_{i=1}^{N} (x_{true} - x_i)^2

or

(2) (x_{true} - (\frac{1}{N} \sum_{i=1}^{N} x_i))^2

Many thanks.
 
Physics news on Phys.org
Equation (1) is the correct formula. One problem with equation (2), which indicates how wrong it can be, is that you could have a sample set with an average equal to the true mean, but with wildly fluctuating terms, leading to zero as your variance estimate.
 
Thanks for your help.
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...

Similar threads

Back
Top