Excel correl() 函数与java?

发布于 2024-09-24 01:20:55 字数 197 浏览 1 评论 0原文

我需要在java中克隆excel correl()函数,我发现apache math commons库在org.apache.commons.math.stat.correlation包中有一些函数,但不确定它们是否相同,一些文档说excel correl() 函数与 PEARSON() excel 函数非常相似,但不完全相同,有人熟悉这个吗?

提前致谢, 米卡

I need a clone of excel correl() function in java, I found apache math commons library that has some functions in org.apache.commons.math.stat.correlation package, but not sure if they are the same, some docs says that excel correl() function is very similar to PEARSON() excel function but not quite the same, anybody familiar with this?

Thanks in advance,
Mika

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

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

发布评论

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

评论(1

提赋 2024-10-01 01:20:56

在 Excel 2003 及更高版本中,CORRELPEARSON 的实现类似,并且应始终给出相同的结果。这意味着您可以使用 Commons Math PearsonsCorrelation 类来获得相同的功能。

In Excel 2003 and later, CORREL and PEARSON are implemented similarly and should always give the same results. This means you can use the Commons Math PearsonsCorrelation class to obtain the same functionality.

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