- Timestamp:
- 07/21/15 16:00:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/RunCollectionVariableImpactView.cs
r12012 r12792 276 276 } 277 277 // wilcoxon signed rank test is used because the impact values of two variables in a single run are not independent 278 alglib.w sr.wilcoxonsignedranktest(z, z.Length, 0, ref bothTails, ref leftTail, refrightTail);278 alglib.wilcoxonsignedranktest(z, z.Length, 0, out bothTails, out leftTail, out rightTail); 279 279 matrix[row, numberOfRuns + 3] = Math.Round(bothTails, 4); 280 280 }
Note: See TracChangeset
for help on using the changeset viewer.