I have a point-clould of which I would like to meassure (/approximate) the entropy (density-entropy). The entropy can only be computed if I assign a probability to each point in the point-cloud. What is the common way to do this?
Note:
One Idea I have is to compute the density with a kernel density estimation (wiki):
Is there a common approach, or should I just use kde?