I am trying to fit various equations to my data. It looks like the derivative of a power law model ($y=ax^b$) will work pretty well. So an equation of the form:
$$y=abx^{(b-1)}$$
However, I am unclear as to what happens when $x = 0$. From the equation, $y = 0$, but once $x>0$, by a reasonable amount, the equation works pretty well. The problem I am having is that at $x=0$, there is a value for y (it is not zero). How does one handle this situation? How can I fit a power law equation when the value for y is greater than zero when $x = 0$.