I'm trying to think of a distribution to model the following situation.
People enter a market having different beliefs. Two non-negative integers can represent the belief $G \in \{0,1,....\}$ and $B \in \{0,1,...\}$, the number of good and bad experiences in the past. Two experiences are assumed to be independent and exogenously given.
I need an excellent way to represent this combination of $(G,B)$ with a probability mass function that goes to zero if one of the numbers goes to infinity (or any other way to handle an extreme case).
Any suggestions would be greatly helpful!
I decided to stick with a binomial distribution where $Binomial(k,n,p)$ where $k$ is the number of $G$, $n$ the number of past visited occasions, which I should assume every potential customer has the same $n$, and $p$ to be the probability of a past visit being a good experience. I'm not sure if there is a better distribution than this.