| Continuous Dwell |
Robert P. Munafo, 2008 Mar 17.
The simplest method is to choose a large escape radius, then perform the ordinary iteration algorithm. Let Zn be the value of the iterate that exceeds the escape radius. The normal dwell value would be n (as shown in the pseudo-code in the escape-iterations article). The "continuous dwell" value is given by
D = n + log2(log2(|Zn|)) - log2(log2(EscapeRadius))
This work is licensed under a
Creative Commons Attribution 2.5 License
.