Changeset 11938 for trunk/sources/HeuristicLab.Tests/HeuristicLab.Analysis-3.3/ConfidenceIntervalsTests.cs
- Timestamp:
- 02/06/15 12:56:44 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.Analysis-3.3/ConfidenceIntervalsTests.cs
r11705 r11938 34 34 35 35 [TestMethod] 36 [TestCategory("Analysis.Statistics")] 37 [TestProperty("Time", "short")] 36 38 public void ConfidenceIntervalsTest1() { 37 39 var result = z.ConfidenceIntervals(0.98); … … 41 43 42 44 [TestMethod] 45 [TestCategory("Analysis.Statistics")] 46 [TestProperty("Time", "short")] 43 47 public void ConfidenceIntervalsTest2() { 44 48 //comparison with R's t.test(..) … … 49 53 50 54 [TestMethod] 55 [TestCategory("Analysis.Statistics")] 56 [TestProperty("Time", "short")] 51 57 public void ConfidenceIntervalsTest3() { 52 58 //comparison with R's t.test(..) … … 57 63 58 64 [TestMethod] 65 [TestCategory("Analysis.Statistics")] 66 [TestProperty("Time", "short")] 59 67 public void ConfidenceIntervalsTest4() { 60 68 //comparison with R's t.test(..)
Note: See TracChangeset
for help on using the changeset viewer.