Changes between Version 2 and Version 3 of Ticket #2031, comment 85
- Timestamp:
- 02/05/15 15:03:35 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2031, comment 85
v2 v3 4 4 * ~~Why are the views in an separate plugin, but the other classes in HL.Analysis.~~ 5 5 - ''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. '' 7 8 * ConfidenceIntervals iterates 4x over the values !!! 8 9 * BonferroniHolm uses elementAt extensively. A list or an array would be more appropriate instead of IEnumerable.