Course:MATH110/Archive/2010-2011/003/Notes/Optimization/Problem 9

From UBC Wiki

Question

Say that you want to measure something, say the length of a table. Denote by the exact length of the table. Say now that you do a certain number of measures of the length of the table and get values

where is the number of measures you took. Now using all these measures, you want to construct an approximated value which should give you a solid idea of how much the real measure is. How to do so efficiently?

One very good idea would be to say that you want your value to be the one that has the smallest sum of the square of the differences to all your measures. What does that mean, it means you want to compute

and you'll say that your best guess for is the value that makes the above as small as possible. Why that? Well it makes sense to look at all the differences but since some might be positive and some negative, it makes sense to square them just to get them all positive and then to sum all that. Any number that makes the sum of the square differences small can be thought as being fairly in the middle and hence a really good guess for what all these measures are trying to get at.

Now the question is of course: great, how do I find that guy if I'm given all these measures ?