4
$\begingroup$

I just learned how to find the exponential function that approximates a dataset by taking the logarithm of the data points, doing a linear regression on that data, then working out the exponential equation from that.

This is very clever. Who invented this technique?

  • 4
    Clever perhaps, but often not a good idea. See for example http://en.wikipedia.org/wiki/Nonlinear_regression#Linearization or http://cscs.umich.edu/~crshalizi/weblog/491.html for some words of warning.2011-06-21

1 Answers 1

1

The wikipedia article on regression analysis contains a decent description of the history of the technique and it's worth checking out.

Is there any other reasons you might be interested with this?

  • 0
    Thanks, I read through the 'history' section. It gives a general overview of regression, but I didn't see any mention of who specifically first thought of taking the logarithm of an approximately-exponential dataset in order to be able to do a linear regression on that. Any idea who that was?2011-06-21
  • 1
    The idea of taking logarithms to make some things linear is actually really old. So many scales are actually logarithmic (sounds, luminosity, energy, information) that it doesn't look like this would be noticed (the use of regression though would).2011-06-21