Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Ticket #2031, comment 85


Ignore:
Timestamp:
02/05/15 15:03:35 (9 years ago)
Author:
ascheibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2031, comment 85

    v2 v3  
    44 * ~~Why are the views in an separate plugin, but the other classes in HL.Analysis.~~
    55   - ''I just found that we can't put them into Analysis.Views because of a dependency on the Optimization.Views plugin. Optimization.Views also has a reference on Analysis.Views, so we would get a cyclic dependency. And I don't want to put the views into Optimization.Views because of the alglib dependency. So I will leave this for now in an own plugin. ''
    6  * EnumberableStatistics should be located in HL.Common
     6 * ~~EnumberableStatistics should be located in HL.Common~~
     7   - ''Not possible due to alglib reference. ''
    78 * ConfidenceIntervals iterates 4x over the values !!!
    89 * BonferroniHolm uses elementAt extensively. A list or an array would be more appropriate instead of IEnumerable.