Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

statistic library

Grzegorz Mrukwa edited this page Aug 7, 2017 · 1 revision

Statistical library which we can use in application

C#

Accord.NET Framework

  • Can be used even for commercial use
  • A lot of hypothesis tests e.g. one way and two-way ANOVA tests , non-parametric tests such as the Kolmogorov-Smirnov test, T tests,
  • There is on github (but have poor manual)
  • Quite good documentation
  • Double[] samples

Meta Numerics Second link

  • T tests, on-parametric tests
  • Documentation and tutoriak on website
  • Univariate, Bivariate and Multivariate samples
  • Free for commercial and non-commercial use
  • Meta.Numerics is licensed under the MS-PL license. MS-PL is essentially a BSD-style license. You can use the Meta.Numerics library in your own free or commercial applications.

C++

Boost C++

  • The distributions in this library can be used from the C# programming language when they are built using Microsoft's Common Language Runtime (CLR) option.
  • Very known and common
  • Good documentation and community
  • T test

GSL

  • t test
  • very good documentation

A lot of library is paid

R

R