- Timestamp:
- 02/06/15 13:41:41 (10 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 11938
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Tests
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Tests merged: 11938
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Tests/HeuristicLab.Analysis-3.3/BonferroniHolmUnitTests.cs
r11919 r11941 28 28 public class BonferroniHolmUnitTest { 29 29 [TestMethod] 30 [TestCategory("Analysis.Statistics")] 31 [TestProperty("Time", "short")] 30 32 public void BonferroniHolmUnitTest1() { 31 33 /* example taken from … … 53 55 54 56 [TestMethod] 57 [TestCategory("Analysis.Statistics")] 58 [TestProperty("Time", "short")] 55 59 public void BonferroniHolmUnitTest2() { 56 60 /* example taken from … … 78 82 79 83 [TestMethod] 84 [TestCategory("Analysis.Statistics")] 85 [TestProperty("Time", "short")] 80 86 public void BonferroniHolmUnitTest3() { 81 87 // comparison with R's p.adjust(p, "holm") method … … 92 98 93 99 [TestMethod] 100 [TestCategory("Analysis.Statistics")] 101 [TestProperty("Time", "short")] 94 102 public void BonferroniHolmUnitTest4() { 95 103 // comparison with R's p.adjust(p, "holm") method … … 106 114 107 115 [TestMethod] 116 [TestCategory("Analysis.Statistics")] 117 [TestProperty("Time", "short")] 108 118 public void BonferroniHolmUnitTest5() { 109 119 // comparison with R's p.adjust(p, "holm") method
Note: See TracChangeset
for help on using the changeset viewer.