我需要计算一堆数值数据的平均值、标准差、中位数等.有我可以使用的好的开源 .NET 库吗?我找到了 NMath,但它不是免费的,可能对我的需求来说太过分了.
I need to calculate averages, standard deviations, medians etc for a bunch of numerical data. Is there a good open source .NET library I can use? I have found NMath but it is not free and may be overkill for my needs.
我在 CodeProject 网站上找到了这个.它看起来是一个很好的 C# 类,可以处理大多数基本的统计函数.
I found this on the CodeProject website. It looks like a good C# class for handling most of the basic statistical functions.
这篇关于推荐一个开源的.NET统计库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
有没有办法知道是否有人为您的网站添加了书签Is there a way to know if someone has bookmarked your website?(有没有办法知道是否有人为您的网站添加了书签?)
使用不同的 .Net 语言?Use of Different .Net Languages?(使用不同的 .Net 语言?)
确定 ASP.NET 站点的“活动"用户数Determining an #39;active#39; user count of an ASP.NET site(确定 ASP.NET 站点的“活动用户数)
跟踪当前在线用户的最佳方式Best way to keep track of current online users(跟踪当前在线用户的最佳方式)
给定轮班列表,创建时间表的摘要描述Create a summary description of a schedule given a list of shifts(给定轮班列表,创建时间表的摘要描述)
C# 普通随机数C# Normal Random Number(C# 普通随机数)