JAVA中的图表趋势匹配/比较

发布于 2024-11-10 17:49:49 字数 51 浏览 2 评论 0原文

Java中有没有开源库可以比较两个给定图表的趋势?我想比较两个图表并确定趋势的相似程度。

Is there any open-source library in Java for comparing the trends of two given graphs? I want to compare two graphs and determine how similar the trends are.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

指尖凝香 2024-11-17 17:49:49

你的问题太模糊了。你的图表是如何定义的?通过函数还是通过数据点?你所说的趋势是什么意思?您实际上是指某个插值的参数吗?

http://commons.apache.org/math/

看看上面的 apache math,但是我要求您对数学和统计理论有一些基本的了解,并在其 javadoc 中找到您想要使用的正确函数。

Your question is too vague. How are your graphs defined? by a function or by data points? What do you mean by trends? Do you mean actually the parameters of a certain interpolation?

http://commons.apache.org/math/

Take a look at apache math above, but i requires you to have some basic understanding of the math and stats theories, and locate the correct function you want to use in their javadocs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文