- Timestamp:
- 07/01/15 11:24:12 (9 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:mergeinfo changed
/trunk/sources merged: 12552-12553,12556-12557
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Status/3.3/WebApi/DataController.cs
r12551 r12558 216 216 double mean = 0; 217 217 double M2 = 0; 218 219 218 foreach (double x in source) { 220 219 n = n + 1;
Note: See TracChangeset
for help on using the changeset viewer.