Changeset 9759 for branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/StatisticalTestingView.cs
- Timestamp:
- 07/26/13 10:13:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/StatisticalTestingView.cs
r9749 r9759 261 261 DoubleMatrix pValsMatrix = new DoubleMatrix(5, stringConvertibleMatrixView.Content.Columns); 262 262 pValsMatrix.ColumnNames = stringConvertibleMatrixView.Content.ColumnNames; 263 pValsMatrix.RowNames = new string[] { "p-Value of Mann WhitneyU", "p-Value of T-Test", "Necessary Sample Size for T-Test", "Cohen's d", "Hedges' g" };263 pValsMatrix.RowNames = new string[] { "p-Value of Mann-Whitney U", "p-Value of T-Test", "Necessary Sample Size for T-Test", "Cohen's d", "Hedges' g" }; 264 264 265 265 double mwuBothtails;
Note: See TracChangeset
for help on using the changeset viewer.