I have information about a negative binomial distribution at the 10%, 50%, and 90% quantiles. I want to be able to interpolate to know what the probability of a certain count is within this distribution.
For example, I know that the value for the distribution at the 10% quantile is 36.8, at the 50th quantile 50.9, and at the 90th quantile 63.0. How can I determine the probability of a value of 40 within this distribution? I can see that it is likely close to 10% but how can I calculate that number?