E.Z.
E.Z.
Applied formatting changes and should pass lint cases. Changed self.assertEqual(np.round(katz_fd(x_k), 3), VALUE) from VALUE = 5.783 to 1.503 to reflect formula change Please double check calculations ^
Should I be concerned with the unsuccessful checks : Python tests / build (macos-latest, 3.8) (pull_request) Python tests / build (macos-latest, 3.9) (pull_request) Python tests / build (macos-latest, 3.10) (pull_request)...
Reformatted and "simplified" code. *Note* : Black formatting caused line 208 in fractal.py to expand into 7 lines (likely due to nested parenthesis restrictions)
Hi @raphaelvallat , thanks for the catch. 1. I will look into it for possible issues 2. I believe the implementation in the paper refers to single dimension time-series 3....
Hi @raphaelvallat , 1. I wasn’t able to replicate the exact output from your implementation, but I’ve adjusted it to ensure it functions as expected. It now produces consistent results....
Hi, the changes have been made. Please let me know if there is anything else, and thank you for your cooperation as well.