Changeset 1034 for trunk/psLib/test/dataManip/verified/tst_psStats07.stdout
- Timestamp:
- Jun 14, 2004, 2:13:57 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/verified/tst_psStats07.stdout
r1026 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psStats07.c | 3 | TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust mean: no vector mask} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psStats07.c * 3 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust mean: no vector mask} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 Calling psVectorStats() on a vector with no elements masked. … … 11 11 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust mean: no vector mask} | tst_psStats07.c) 12 12 13 / ----------------------------- TESTPOINT ------------------------------------------\14 | TestFile: tst_psStats07.c | 15 | TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Median: no vector mask} | 16 | TestType: Positive | 17 \ ----------------------------------------------------------------------------------/13 /***************************** TESTPOINT ******************************************\ 14 * TestFile: tst_psStats07.c * 15 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Median: no vector mask} * 16 * TestType: Positive * 17 \**********************************************************************************/ 18 18 19 19 The expected Median was 0.000000; the calculated Median was 0.000000 … … 21 21 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Median: no vector mask} | tst_psStats07.c) 22 22 23 / ----------------------------- TESTPOINT ------------------------------------------\24 | TestFile: tst_psStats07.c | 25 | TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} | 26 | TestType: Positive | 27 \ ----------------------------------------------------------------------------------/23 /***************************** TESTPOINT ******************************************\ 24 * TestFile: tst_psStats07.c * 25 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} * 26 * TestType: Positive * 27 \**********************************************************************************/ 28 28 29 29 The expected Mode was -1.000000; the calculated Mode was -1.000000 … … 31 31 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} | tst_psStats07.c) 32 32 33 / ----------------------------- TESTPOINT ------------------------------------------\34 | TestFile: tst_psStats07.c | 35 | TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Stdev: no vector mask} | 36 | TestType: Positive | 37 \ ----------------------------------------------------------------------------------/33 /***************************** TESTPOINT ******************************************\ 34 * TestFile: tst_psStats07.c * 35 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Stdev: no vector mask} * 36 * TestType: Positive * 37 \**********************************************************************************/ 38 38 39 39 The expected Stdev was 0.000000; the calculated Stdev was 0.000000 … … 41 41 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Stdev: no vector mask} | tst_psStats07.c) 42 42 43 / ----------------------------- TESTPOINT ------------------------------------------\44 | TestFile: tst_psStats07.c | 45 | TestPoint: psStats functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | 46 | TestType: Positive | 47 \ ----------------------------------------------------------------------------------/43 /***************************** TESTPOINT ******************************************\ 44 * TestFile: tst_psStats07.c * 45 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} * 46 * TestType: Positive * 47 \**********************************************************************************/ 48 48 49 49 The expected LQ was 0.000000; the calculated LQ was 0.000000 … … 51 51 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | tst_psStats07.c) 52 52 53 / ----------------------------- TESTPOINT ------------------------------------------\54 | TestFile: tst_psStats07.c | 55 | TestPoint: psStats functions{PS_STAT_ROBUST_STATS: upper quartile: no vector mask} | 56 | TestType: Positive | 57 \ ----------------------------------------------------------------------------------/53 /***************************** TESTPOINT ******************************************\ 54 * TestFile: tst_psStats07.c * 55 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: upper quartile: no vector mask} * 56 * TestType: Positive * 57 \**********************************************************************************/ 58 58 59 59 The expected UQ was 0.000000; the calculated UQ was 0.000000 … … 61 61 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | tst_psStats07.c) 62 62 63 / ----------------------------- TESTPOINT ------------------------------------------\64 | TestFile: tst_psStats07.c | 65 | TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust N50: no vector mask} | 66 | TestType: Positive | 67 \ ----------------------------------------------------------------------------------/63 /***************************** TESTPOINT ******************************************\ 64 * TestFile: tst_psStats07.c * 65 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust N50: no vector mask} * 66 * TestType: Positive * 67 \**********************************************************************************/ 68 68 69 69 The expected N50 was 0.000000; the calculated N50 was 0.000000 … … 71 71 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust N50: no vector mask} | tst_psStats07.c) 72 72 73 / ----------------------------- TESTPOINT ------------------------------------------\74 | TestFile: tst_psStats07.c | 75 | TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Nfit: no vector mask} | 76 | TestType: Positive | 77 \ ----------------------------------------------------------------------------------/73 /***************************** TESTPOINT ******************************************\ 74 * TestFile: tst_psStats07.c * 75 * TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Nfit: no vector mask} * 76 * TestType: Positive * 77 \**********************************************************************************/ 78 78 79 79 The expected Nfit was 0.000000; the calculated Nfit was 0.000000 … … 81 81 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Nfit: no vector mask} | tst_psStats07.c) 82 82 83 / ----------------------------- TESTPOINT ------------------------------------------\84 | TestFile: tst_psStats07.c | 85 | TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust mean: with vector mask} | 86 | TestType: Positive | 87 \ ----------------------------------------------------------------------------------/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 88 89 89 Calling psVectorStats() on a vector with elements masked. … … 93 93 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust mean: with vector mask} | tst_psStats07.c) 94 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 \ ----------------------------------------------------------------------------------/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 100 101 101 The expected Median was 0.000000; the calculated Median was 0.000000 … … 103 103 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Median: with vector mask} | tst_psStats07.c) 104 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 \ ----------------------------------------------------------------------------------/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 110 111 111 The expected Mode was 40.000000; the calculated Mode was 40.000000 … … 113 113 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} | tst_psStats07.c) 114 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 \ ----------------------------------------------------------------------------------/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 120 121 121 The expected Stdev was 0.000000; the calculated Stdev was 0.000000 … … 123 123 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Stdev: with vector mask} | tst_psStats07.c) 124 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 \ ----------------------------------------------------------------------------------/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 130 131 131 The expected LQ was 0.000000; the calculated LQ was 0.000000 … … 133 133 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: with vector mask} | tst_psStats07.c) 134 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 \ ----------------------------------------------------------------------------------/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 140 141 141 The expected UQ was 0.000000; the calculated UQ was 0.000000 … … 143 143 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: with vector mask} | tst_psStats07.c) 144 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 \ ----------------------------------------------------------------------------------/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 150 151 151 The expected N50 was 0.000000; the calculated N50 was 0.000000 … … 153 153 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust N50: with vector mask} | tst_psStats07.c) 154 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 \ ----------------------------------------------------------------------------------/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 160 161 161 The expected Nfit was 0.000000; the calculated Nfit was 0.000000 … … 163 163 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Nfit: with vector mask} | tst_psStats07.c) 164 164 165 / ----------------------------- TESTPOINT ------------------------------------------\166 | TestFile: tst_psStats07.c | 167 | TestPoint: psStats functions{psStats(): deallocating memory} | 168 | TestType: Positive | 169 \ ----------------------------------------------------------------------------------/165 /***************************** TESTPOINT ******************************************\ 166 * TestFile: tst_psStats07.c * 167 * TestPoint: psStats functions{psStats(): deallocating memory} * 168 * TestType: Positive * 169 \**********************************************************************************/ 170 170 171 171
Note:
See TracChangeset
for help on using the changeset viewer.
