I need help determining what statistical test is appropriate for my analysis.
- We have a set of $N$ objects, say a bag.
- From that set we draw $n$ bags at random.
- Each bag may contain $0 \text{ to } m$ smaller objects within itself, for example a ball.
- There are $M$ total small objects distributed unevenly in the $N$ bags.
What is the probability of drawing $x$ balls at random when we draw $n$ bags?
My initial guess was that I need to somehow use a multivariate hypergeometric distribution, where there are several categories of "bags" (i.e. they can either contain $0,1,2,3$ balls, etc.).
One additional clarification: the number of balls a bag can contain is very small in comparison to the number of bags in the set.