简单统计 - 用于计算平均值、标准差等的 Java 包

Simple statistics - Java packages for calculating mean, standard deviation, etc(简单统计 - 用于计算平均值、标准差等的 Java 包)
本文介绍了简单统计 - 用于计算平均值、标准差等的 Java 包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

限时送ChatGPT账号..

您能否推荐一些简单的 Java 统计数据包?

Could you please suggest any simple Java statistics packages?

我不一定需要任何高级的东西.我很惊讶 java.lang.Math 包中似乎没有计算平均值的函数...

I don't necessarily need any of the advanced stuff. I was quite surprised that there does not appear to be a function to calculate the Mean in the java.lang.Math package...

你们用什么来做这个的?

What are you guys using for this?

编辑

关于:

写一个简单的类有多难计算均值和标准的偏差?

How hard is it to write a simple class that calculates means and standard deviations?

嗯,不难.我只是在手工编码后才问这个问题.但是,当我需要这些最简单的功能时,手头没有这些功能,这只会增加我的 Java 挫败感.我不记得用心计算标准差的公式了:)

Well, not hard. I only asked this question after having hand-coded these. But it only added to my Java frustration not to have these simplest functions available at hand when I needed them. I don't remember the formula for calculating stdev by heart :)

推荐答案

Apache Commons Math,具体来说DescriptiveStatistics 和 SummaryStatistics.

这篇关于简单统计 - 用于计算平均值、标准差等的 Java 包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)
How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)
Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)
Is there any way to detect an RTL language in Java?(有没有办法在 Java 中检测 RTL 语言?)
How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)
How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)