Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/15 13:41:41 (9 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/ConfidenceIntervalsTests.cs

    r11919 r11941  
    3434
    3535    [TestMethod]
     36    [TestCategory("Analysis.Statistics")]
     37    [TestProperty("Time", "short")]
    3638    public void ConfidenceIntervalsTest1() {
    3739      var result = z.ConfidenceIntervals(0.98);
     
    4143
    4244    [TestMethod]
     45    [TestCategory("Analysis.Statistics")]
     46    [TestProperty("Time", "short")]
    4347    public void ConfidenceIntervalsTest2() {
    4448      //comparison with R's t.test(..)
     
    4953
    5054    [TestMethod]
     55    [TestCategory("Analysis.Statistics")]
     56    [TestProperty("Time", "short")]
    5157    public void ConfidenceIntervalsTest3() {
    5258      //comparison with R's t.test(..)
     
    5763
    5864    [TestMethod]
     65    [TestCategory("Analysis.Statistics")]
     66    [TestProperty("Time", "short")]
    5967    public void ConfidenceIntervalsTest4() {
    6068      //comparison with R's t.test(..)
Note: See TracChangeset for help on using the changeset viewer.