Java 中的李雅普诺夫指数估计 / 伪代码
我想估计可能混乱的时间序列的可预测性。出于这个原因,我认为李亚普诺夫指数将是一个很好的候选者。 我在互联网上做了一些研究,但我发现的解释不足以(至少对我来说)用Java实现它。
你知道我在哪里可以获得时间序列李亚普诺夫指数估计的详细算法/伪代码吗? 另外,时间序列可预测性的其他测量也是受欢迎的。
谢谢你!
I'd like to estimate the predictability of a time series that is possibly chaotic. For this reason I thought that the Lyapunov exponents would be a good candidate.
I've done some research on the Internet but the explanations that I've found are not enough (at least to me) to implement it in Java.
Do you know where I could get a detailed algorithm / pseudocode for the Lyapunov exponents estimation for time series?
Alternatively, other measurements of time series predictability are welcome.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Thomas S. Parker 和 Leon Chua 的书,混沌的实用数值算法系统。是一本很好的实用书。
You can use Thomas S. Parker's and Leon Chua's book, Practical Numerical Algorithms for Chaotic Systems. It is a good practical book.