On Wikipedia a Dirichlet Process $\text{DP}$ is described by the procedure;
- Draw a distribution $P$ from $\text{DP}(\alpha, H)$
- Draw observations $X_1, X_2, \dots$ independently from $P$
where $\alpha$ is the concentration parameter and $H$ is some 'base distribution'. I understand that a Dirichlet Process can also be described by the Chinese Restaurant Process (CRP) metaphor, which I won't describe here.
My question is, when using the CRP metaphor to explain the Dirichlet Process, what is the base distribution $H$?
Another answer elsewhere on Math Stack Exchange claims this can be any distribution, and gives the Normal distribution as an example;
Let's take a Gaussian distribution $\mathcal{N} \sim (\mu, \sigma^2)$ as an example. Note that a DP also depends on the concentration parameter α, let's consider two extreme cases: 1) when α is very small. 2) when α is very large. In case 1), we will find that the number of customers on most tables is around μ; In case 2), we will find that the distribution of the number of customers on those tables approximately follows the base distribution.
But this can't be true - I could select a base distribution with a negative mean and then the number of customers on tables would tend to be negative. Indeed, any distribution with unbounded support on the reals invalidates this claim.