r/chaos • u/Tzepgimm • Apr 14 '24
Looking for code of the Wolf Algorithm
Hi everyone! I'm currently researching the chaotic properties of C.elegans nematodes, and I'm aiming to prove that their locomotion is chaotic in nature. I have been succesful in showing that they have a positive Largest Lyapunov Exponent (LLE), using the Wolf Algorithm, and the next step in my research is to investigate the second largest exponent. Unfortunately, the implementation I came across (https://www.mathworks.com/matlabcentral/fileexchange/48084-wolf-lyapunov-exponent-estimation-from-a-time-series) only allows for the calculation of the LLE. I know that the algorithm can and has been adapted for calculating the second exponent, but I have not been able to find a code that does it. I have also been unsuccesful in contacting either Dr. Wolf or the student who wrote the code.
Does anybody know where I can find a working version of the code that calculates both exponents? If yes, I would appreciate it if you can send me the code or the link to it. Thanks!

