
Hi all, what kind of functional form of CDF do you think closely resembles this shape? Thanks!

Hi all, what kind of functional form of CDF do you think closely resembles this shape? Thanks!
Since the "score" seems to be a non-negative integer variable, and the CDF is S-shaped, a binomial distribution (http://en.wikipedia.org/wiki/Binomial_distribution) might have a good fit.
Another candidate (with just one free parameter) is the Poisson distribution (http://en.wikipedia.org/wiki/Poisson_distribution).
In both cases, it should be straightforward to fit the distribution to your data using maximum likelihood estimation.