I've got a dataset with a clear logarithmic relationship, however, I need the equation that describes the relationship.
I think that it will take the form $f(x) = a \cdot log_b(x) + c$.
I would like to know what the best method would be of finding the coefficients $a, b$ & $c$ ($b$ being the logarithm's base).
I found this answer which is close to what I need but not quite the same as it is specifically using base $e$ whereas I don't know what my base is:
How to fit logarithmic curve to data, in the least squares sense?