Post
Topic
Board Speculation
Re: Logarithmic (non-linear) regression - Bitcoin estimated value
by
oda.krell
on 25/10/2014, 09:51:45 UTC
I'm not sure about the exact type of growth of your function. What you seem to be mapping is logarithmic growth (slow) on a log chart (fast). Stripped of its minor constants, your formula is of the form 10^ln(t) for time = t. ln(t) grows extremely slow over time, but the result is used as a positive, growing exponent.

10ln(x) = xln(10)



Thanks. Feel like an idiot for missing that.

Which would make it about quadratic growth. Interesting.