I have data with the following empirical distribution
. What would be a good model for it?
Edit: here is a closer view:

I have data with the following empirical distribution
. What would be a good model for it?
Edit: here is a closer view:

You have strictly positive data that is clearly skewed, so you need a distribution that includes the possibility for skew. The Gamma distribution, which has density
$$ p(x) = x^{k-1} \frac{e^{-x/\theta}}{\theta^k \, \Gamma(k)}\text{ for } x \geq 0\text{ and }k, \theta > 0 $$
is probably the default choice in the situation like this. There are other choices for skewed data (e.g. Skew-normal, log-normal, skew-logistic, weibull) but the gamma is more commonly used, and is directly related to some of the other choices (skew-logistic, weibull).