I was recently interested in a mathematical way to fairly rate movies - as I was discouraged by the subjectivity of my ratings.
I decided to set up a system as follows:
$$p_m(x)=Ce^{-\frac{1}{10}\left(x-\frac{20}{3}\right)^2}$$
Where C is defined such that:
$$\int_0^{10}p_m(x)dx=1$$
So $C \approx 0.191728558267$, and therefore we have that $p_m(x)$ is a probability distribution function of my ratings of movies, on a scale of $1$ to $10$. Using this distribution function, I am now able to calculate the percentile rating (what percentage of movies it was rated better than) of a movie based on its score:
$$p_e(s)=\int_0^sp_m(x)dx$$
However, my problem is that I plan to rate movies on a table based on how much I liked them. I would then use the percentile values of the movie in my table, and based off that, solve for my score for that movie. Ideally, I want to find a expression (possibly using erf) for $s$ as a function of $p_e(s)$.
So, that's my question. Can I, using the definition of $p_e(s)$ above, solve for $s$?
An example case would be:
My Table:
- La La Land
- Hidden Figures
- Doctor Strange
- Fantastic Beasts and Where to Find Them
- BvS
On this scale, to find the score of FBaWtFT, we first take its percentile, which is $25\%$ (it is better than $\frac14$ of all other movies in the table).
So we solve:
$$0.25=\int_0^sp_m(x)dx$$
Can we solve for $s$, which according to desmos, is about $5.044$ but gives no good explanation how this was solved.