Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/13 10:13:02 (11 years ago)
Author:
ascheibe
Message:

#2031 some minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/StatisticalTestingView.cs

    r9749 r9759  
    261261      DoubleMatrix pValsMatrix = new DoubleMatrix(5, stringConvertibleMatrixView.Content.Columns);
    262262      pValsMatrix.ColumnNames = stringConvertibleMatrixView.Content.ColumnNames;
    263       pValsMatrix.RowNames = new string[] { "p-Value of MannWhitneyU", "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" };
    264264
    265265      double mwuBothtails;
Note: See TracChangeset for help on using the changeset viewer.