I had to use the LOGEST function in Excel to obtain parameters of an exp. equation for regression. I thought the returns will just be "a" and "b" for the following equation.
- $ y=bx^{a} $
The values turn out to be for the following instead.
- $ y=be^{x(a-1)} $
Can anyone explain how to rewrite the 1. equation in to the 2. equation? Thanks!