Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/15 13:41:41 (10 years ago)
Author:
ascheibe
Message:

#2308 merged r11938 into stable

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Tests

  • stable/HeuristicLab.Tests/HeuristicLab.Analysis-3.3/BonferroniHolmUnitTests.cs

    r11919 r11941  
    2828  public class BonferroniHolmUnitTest {
    2929    [TestMethod]
     30    [TestCategory("Analysis.Statistics")]
     31    [TestProperty("Time", "short")]
    3032    public void BonferroniHolmUnitTest1() {
    3133      /* example taken from
     
    5355
    5456    [TestMethod]
     57    [TestCategory("Analysis.Statistics")]
     58    [TestProperty("Time", "short")]
    5559    public void BonferroniHolmUnitTest2() {
    5660      /* example taken from
     
    7882
    7983    [TestMethod]
     84    [TestCategory("Analysis.Statistics")]
     85    [TestProperty("Time", "short")]
    8086    public void BonferroniHolmUnitTest3() {
    8187      // comparison with R's p.adjust(p, "holm") method
     
    9298
    9399    [TestMethod]
     100    [TestCategory("Analysis.Statistics")]
     101    [TestProperty("Time", "short")]
    94102    public void BonferroniHolmUnitTest4() {
    95103      // comparison with R's p.adjust(p, "holm") method
     
    106114
    107115    [TestMethod]
     116    [TestCategory("Analysis.Statistics")]
     117    [TestProperty("Time", "short")]
    108118    public void BonferroniHolmUnitTest5() {
    109119      // comparison with R's p.adjust(p, "holm") method
Note: See TracChangeset for help on using the changeset viewer.