I have a load of data that consists of websites and the "power" of their backlinks. The lowest power is 1. The highest is 949876. The average is 6056.
I want to be able to assign a site a ranking from 1-100 that denotes how powerful they are. I thought I could do this using a nice graph like this one (It's supposed to be a smooth curve ;-) https://i.stack.imgur.com/0fIRa.png
So, on the $x$-axis I have values from $0$ to $100$. I know the following points: $$x = 1, y = 1$$ $$x = 50, y = 6056$$ $$x = 100, y = 949876$$
How can I find $y$ for another value of $x$? .. or am I approaching this in totally the wrong way?
Thanks!
I'm doing this as a second answer because it is completely different.
I am assuming the form $ae^{bx}+c=y$ is suitable.
$$a=39.150079742937$$ $$b=0.100967288104848$$ $$c=-42.309401986998$$
Will that do? I can come up with others. Obviously you don't need that many decimal places.