
A measuring tape is marked at 0, 5, 15 and 40. The distances between each mark are marked on top. At what distances should I mark 1 through 4, as well as 6-14 and 16-39? My math knowledge does not cover this. Obviously 0-1 is the largest distance, then 1-2, 2-3 and so on. Which algorithm is appropriate here? I do not even know what to search for. I tried some online regression calculators (logarithmic) but I failed to find a solution for this. Also, English is not my first language. I'm sorry if anything is confusing above.
An nbubis answered, many models could fit the data and the problem here is that you have very very few data points.
Using as a model $y=a x^b$ and minimizing the sum of the squares of absolute errors, I obtained $a=41.8586$ and $b=0.259482$; for these parameters, we obtain values of $0.00$, $63.55$, $84.52$ and $109.02$.
Minimizing the sum of the squares of relative errors, I obtained $a=40.8547$ and $b=0.267670$; for these parameters, we obtain values of $0.00$, $62.85$, $84.34$ and $109.66$.
It could be very good if you could have more data points.