|
|
|
|
|
by williamkuszmaul
1502 days ago
|
|
One estimation trick that I've found effective is the following:
(1) determine the smallest number that your sure is larger than the true answer.
(2) determine the largest number that you are sure is smaller than the true answer.
(3) take the geometric average of the two. (i.e., sqrt(a * b)) The reason this does well, is that oftentimes, (1) overestimates the true answer by roughly the same multiplicative factor as (2) underestimates the true answer by. So the geometric mean cancels the over and under estimates in order to get an estimation that does pretty well. I find that this works remarkably well for estimating the dimensions of buildings, trees, etc. |
|