javascript 推荐一个好的javascript统计库?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4742393/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-25 14:44:38  来源:igfitidea点击:

Recommend a good javascript statistics library?

javascriptstatistics

提问by Nathan Feger

Can anyone recommend a good javascript statistics library?

谁能推荐一个好的javascript统计库?

Perhaps one recommendation per question, and let the votes push the best to the top.

也许每个问题有一个建议,让投票将最好的推到顶部。

note: Searching for javascript statistics seems lead one towards attempts at gathering statistics, I'm more interested in actual statistical calculations such as standard deviation and the like.

注意:搜索 javascript 统计信息似乎会导致人们尝试收集统计信息,我对实际的统计计算更感兴趣,例如标准偏差等。

回答by srikanth

jStat is a statistics library written in Javascript. http://www.jstat.org/

jStat 是一个用 Javascript 编写的统计库。http://www.jstat.org/

回答by VerizonW

Found this one on google:

在谷歌上找到了这个:

http://pseudosavant.com/blog/2010/12/22/javascript-statistics-and-math-library/

http://pseudosavant.com/blog/2010/12/22/javascript-statistics-and-math-library/

It seems that it adds some methods to the Array object to get std. dev., variance, median, and a few more, but I haven't tried it.

好像是给Array对象加了一些方法来获取std。dev.、方差、中位数等等,但我还没有尝试过。