So I'm trying to calculate the fractal dimension of the perimeter of the mandelbrot set using the box-counting or Minkowski–Bouligand definition of fractal dimension. According to this definition, my results should be greater than 2, but for some reason, I keep getting around 1.36 as my dimension value.
I was wondering if what I'm doing is incorrect, even though it seems to be the proper method.
Box side length 2, 45 boxes Box side length 2, 45 boxes
Box side length 1, 122 boxes Box side length 1, 122 boxes
Box side length 0.5, 314 boxes Box side length 0.5, 314 boxes
As far as I understand it, with the box side length increasing in size by 2x, the number of perimeter boxes should be divided by 2^d, where although d should be 2, I'm getting a value of about 1.36. Any help?
Using my own box-counter (sig) software and a large (19200x10800) image rendered with interior and exterior distance estimation I get this table of box counts:
Linear regression of the first and third columns (over the range 1-3) in
gnuplotgives:which gives a box counting dimension estimate of $1.84$. However as Glougloubarbaki states in the comments, the dimension has been proven to be $2$. Using a larger image may give a higher box counting dimension estimate, as the log-log plot seems to be curving upwards towards the left: