Changeset 1310 for trunk/psLib/test/dataManip/verified/tst_psStats07.stdout
- Timestamp:
- Jul 27, 2004, 5:31:21 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/verified/tst_psStats07.stdout
r1034 r1310 5 5 \**********************************************************************************/ 6 6 7 Calling psVectorStats() on a vector with no elements masked. 8 Called psVectorStats() on a vector with no elements masked. 9 The expected Mean was 0.000000; the calculated Mean was 0.000000 7 (LQBinNum, UQBinNum, maxBinNum) is (15, 35, 27) 8 The expected Mean was 32.000000; the calculated Mean was 32.588161 10 9 11 10 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust mean: no vector mask} | tst_psStats07.c) … … 17 16 \**********************************************************************************/ 18 17 19 The expected Median was 0.000000; the calculated Median was 0.00000018 The expected Median was 32.000000; the calculated Median was 32.485466 20 19 21 20 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Median: no vector mask} | tst_psStats07.c) … … 27 26 \**********************************************************************************/ 28 27 29 The expected Mode was -1.000000; the calculated Mode was -1.00000028 The expected Mode was 32.000000; the calculated Mode was 32.588655 30 29 31 30 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} | tst_psStats07.c) … … 37 36 \**********************************************************************************/ 38 37 39 The expected Stdev was 0. 000000; the calculated Stdev was 0.00000038 The expected Stdev was 0.660000; the calculated Stdev was 0.655572 40 39 41 40 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Stdev: no vector mask} | tst_psStats07.c) … … 47 46 \**********************************************************************************/ 48 47 49 The expected LQ was 0.000000; the calculated LQ was 0.00000048 The expected LQ was 30.799999; the calculated LQ was 30.018070 50 49 51 50 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | tst_psStats07.c) … … 57 56 \**********************************************************************************/ 58 57 59 The expected UQ was 0.000000; the calculated UQ was 0.00000058 The expected UQ was 33.200001; the calculated UQ was 34.325886 60 59 61 60 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | tst_psStats07.c) … … 67 66 \**********************************************************************************/ 68 67 69 The expected N50 was 0.000000; the calculated N50 was 0.00000068 The expected N50 was 143.000000; the calculated N50 was 143.000000 70 69 71 70 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust N50: no vector mask} | tst_psStats07.c) … … 77 76 \**********************************************************************************/ 78 77 79 The expected Nfit was 0.000000; the calculated Nfit was0.00000078 The expected Nfit was 80.000000; the calculated Nfit was 80.000000 80 79 81 80 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Nfit: no vector mask} | tst_psStats07.c) 82 81 83 /***************************** TESTPOINT ******************************************\84 * TestFile: tst_psStats07.c *85 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust mean: with vector mask} *86 * TestType: Positive *87 \**********************************************************************************/88 89 Calling psVectorStats() on a vector with elements masked.90 Called psVectorStats() on a vector with elements masked.91 The expected Mean was 0.000000; the calculated Mean was 0.00000092 93 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust mean: with vector mask} | tst_psStats07.c)94 95 /***************************** TESTPOINT ******************************************\96 * TestFile: tst_psStats07.c *97 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Median: with vector mask} *98 * TestType: Positive *99 \**********************************************************************************/100 101 The expected Median was 0.000000; the calculated Median was 0.000000102 103 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Median: with vector mask} | tst_psStats07.c)104 105 /***************************** TESTPOINT ******************************************\106 * TestFile: tst_psStats07.c *107 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} *108 * TestType: Positive *109 \**********************************************************************************/110 111 The expected Mode was 40.000000; the calculated Mode was 40.000000112 113 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} | tst_psStats07.c)114 115 /***************************** TESTPOINT ******************************************\116 * TestFile: tst_psStats07.c *117 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Stdev: with vector mask} *118 * TestType: Positive *119 \**********************************************************************************/120 121 The expected Stdev was 0.000000; the calculated Stdev was 0.000000122 123 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Stdev: with vector mask} | tst_psStats07.c)124 125 /***************************** TESTPOINT ******************************************\126 * TestFile: tst_psStats07.c *127 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: lower quartile: with vector mask} *128 * TestType: Positive *129 \**********************************************************************************/130 131 The expected LQ was 0.000000; the calculated LQ was 0.000000132 133 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: with vector mask} | tst_psStats07.c)134 135 /***************************** TESTPOINT ******************************************\136 * TestFile: tst_psStats07.c *137 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: upper quartile: with vector mask} *138 * TestType: Positive *139 \**********************************************************************************/140 141 The expected UQ was 0.000000; the calculated UQ was 0.000000142 143 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: with vector mask} | tst_psStats07.c)144 145 /***************************** TESTPOINT ******************************************\146 * TestFile: tst_psStats07.c *147 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust N50: with vector mask} *148 * TestType: Positive *149 \**********************************************************************************/150 151 The expected N50 was 0.000000; the calculated N50 was 0.000000152 153 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust N50: with vector mask} | tst_psStats07.c)154 155 /***************************** TESTPOINT ******************************************\156 * TestFile: tst_psStats07.c *157 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Nfit: with vector mask} *158 * TestType: Positive *159 \**********************************************************************************/160 161 The expected Nfit was 0.000000; the calculated Nfit was 0.000000162 163 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Nfit: with vector mask} | tst_psStats07.c)164 165 /***************************** TESTPOINT ******************************************\166 * TestFile: tst_psStats07.c *167 * TestPoint: psStats functions{psStats(): deallocating memory} *168 * TestType: Positive *169 \**********************************************************************************/170 171 172 ---> TESTPOINT PASSED (psVector functions{psStats(): deallocating memory} | tst_psStats07.c)173
Note:
See TracChangeset
for help on using the changeset viewer.
