[Math] Estimating the fractal dimension of a point cloud

computer sciencefractals

I have finite set of geolocation point data, and I'd like to estimate the fractal dimension. I know there are several ways to do this, and some of them give different numbers. What is the most appropriate fractal dimension to look at and what method do you recommend I use to estimate it numerically?

Thanks

Best Answer

It depends what you want to measure. For real-life data box-counting dimension based on Renyi entropy (of order $q$) is a common choice. For some problems $q=1$ (Shannon entropy) or $q=2$ (collision entropy) may be privileged. You can plot fractal dimension for any $q$ (obtaining rather a function that a single number). Furthermore, you can make a Legendre transform obtaining so-called singularity spectrum (or calculate it directly, see links below).

References, starting from the most accessible:

Related Question