When dealing with Dirichlet Processes, according to [Teh, 2007], a DP is defined as by a base Probability H and a scale factor "alpha"
According to the Stick Breaking Construction, the random draws G from a DP:
G~DP(alpha,H)
are given by:
G=sum(pi_k*delta_theta_k) over k from 1 to infinity
pi_k are ordered draws from a Beta Distribution given the length of an unitary stick
delta_theta_k is a point mass centered in "theta_k" (theta_k are random draws from the base distribution)
I have pretty much a clear understanding of all the variables, but I do not know what do they mean by "mass point" is it the probability density of that draw, or is it something else.
It would be great if you could point me in any direction, only a reference would be amazing.
Thanks