asbestosman wrote:I appreciate having someone else make a graph, but you seem to have made a couple of mistakes.
The biggest one is that the last data point (2006) appears to be equally spaced from 2000 as 2000 is from 1990. Did you make the graph a scatter plot? I recently got dinged on that little mistake.
The second one concerns percentage growth. It looks correct except for the last one. Again, remember that 2006 is only 6 years ahead of 2000 instead of 10. To properly scale with the other decades, I think you need to use this formula:
100* ((2^ (10/6 * ( LOG(pop2006, 2) - LOG(pop2000, 2) ) )) - 1)
10/6 represensts the inverse of the fractional number of decades spanned.
I'll be happy to try explaining more if you want.
Oh jeez dude. This is MDB, not MIT. ;)