Changeset 11703 for trunk/sources/HeuristicLab.Analysis/3.3/Statistics
- Timestamp:
- 12/19/14 13:48:51 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.Analysis/3.3/Statistics
- Files:
-
- 9 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis/3.3/Statistics/EnumerableStatisticsExtension.cs
r11699 r11703 26 26 27 27 namespace HeuristicLab.Analysis.Statistics { 28 //TODO: This should be moved to HeuristicLab.Common on trunk integration29 28 public static class EnumerableStatisticExtensions { 30 29 public static Tuple<double, double> ConfidenceIntervals(this IEnumerable<double> values, double alpha) {
Note: See TracChangeset
for help on using the changeset viewer.