Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 5 and Version 6 of StatisticalAnalysis


Ignore:
Timestamp:
01/31/13 14:59:26 (12 years ago)
Author:
ascheibe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StatisticalAnalysis

    v5 v6  
    2828 * García, Fernández, Luengo, Herrera. 2010. Advanced nonparametric tests for multiple comparisons in the design of experiments in computational intelligence and data mining: Experimental analysis of power. Information Sciences 180, pp. 2044–2064. (http://sci2s.ugr.es/sicidm/pdf/2010-Garcia-INS.pdf)
    2929
     30== External Libraries ==
     31* [http://www.meta-numerics.net/ meta numerics] implements some statistical tests (e.g. ANOVA, Mann-Whitney U, ...) but is licensed under the MS PL which is incompatible with the GPL.
     32* [http://code.google.com/p/accord/ Accord.NET] / [http://www.aforgenet.com/ AForge.NET]: From the Accord.NET website: ''"Accord.NET is a framework for scientific computing in .NET. The framework builds upon AForge.NET, an also popular framework for image processing, supplying new tools and libraries. Those libraries encompass a wide range of scientific computing applications, such as statistical data processing, machine learning, pattern recognition, including but not limited to, computer vision and computer audition. The framework offers a large number of probability distributions, hypothesis tests, kernel functions and support for most popular performance measurements techniques." '' These libraries actually provide a lot of stuff which we don't need. Gladly the math/statistics parts can be extracted very easily (they are own assemblies). Accord.NET implements OneWayAnova, TwoWayAnova(1,2,3), T-test, Mann-Whitney Wilcoxon, Kolmogorov-Smirnov and a lot more. And they are both licensed under LGPL so we don't have a problem with licensing.
     33
    3034== Links ==
    3135 * [http://moses.us.es/statservice/ STATService] for comparison of metaheuristic results