Changeset 6307 for trunk/psLib/test/math/verified/tst_psStats09.stdout
- Timestamp:
- Feb 2, 2006, 12:15:21 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/verified/tst_psStats09.stdout
r4547 r6307 1 1 /***************************** TESTPOINT ******************************************\ 2 2 * TestFile: tst_psStats09.c * 3 * TestPoint: ps Stats functions{PS_STAT_CLIPPED_MEAN: no vector mask}*3 * TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} * 4 4 * TestType: Positive * 5 5 \**********************************************************************************/ 6 6 7 Called psVectorStats() on a vector with no elements masked. 8 The calculated clippedMean was 29.95 9 10 ---> TESTPOINT PASSED (psVector functions{PS_STAT_CLIPPED_MEAN/STDEV: no vector mask} | tst_psStats09.c) 11 7 This test should generate an error message, and return NULL. 8 using a NULL in vector 9 using a NULL errors vector 10 using a NULL mask vector 12 11 /***************************** TESTPOINT ******************************************\ 13 12 * TestFile: tst_psStats09.c * 14 * TestPoint: ps Stats functions{PS_STAT_CLIPPED_STDEV: no vector mask}*13 * TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} * 15 14 * TestType: Positive * 16 15 \**********************************************************************************/ 17 16 18 Called psVectorStats() on a vector with no elements masked. 19 The calculated clippedStdev was 0.58 20 21 ---> TESTPOINT PASSED (psVector functions{PS_STAT_CLIPPED_MEAN/STDEV: no vector mask} | tst_psStats09.c) 22 17 This test should not generate any errors. 18 using a psF32 in vector 19 using a NULL errors vector 20 using a NULL mask vector 23 21 /***************************** TESTPOINT ******************************************\ 24 22 * TestFile: tst_psStats09.c * 25 * TestPoint: ps Stats functions{PS_STAT_CLIPPED_MEAN: vector mask}*23 * TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} * 26 24 * TestType: Positive * 27 25 \**********************************************************************************/ 28 26 29 Called psVectorStats() on a vector with elements masked. 30 The calculated clippedMean was 29.45 31 32 ---> TESTPOINT PASSED (psVector functions{PS_STAT_CLIPPED_MEAN/STDEV: vector mask} | tst_psStats09.c) 33 27 This test should not generate any errors. 28 using a psF64 in vector 29 using a NULL errors vector 30 using a NULL mask vector 34 31 /***************************** TESTPOINT ******************************************\ 35 32 * TestFile: tst_psStats09.c * 36 * TestPoint: ps Stats functions{PS_STAT_CLIPPED_STDEV: vector mask}*33 * TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} * 37 34 * TestType: Positive * 38 35 \**********************************************************************************/ 39 36 40 Called psVectorStats() on a vector with elements masked. 41 The calculated clippedStdev was 0.29 42 43 ---> TESTPOINT PASSED (psVector functions{PS_STAT_CLIPPED_MEAN/STDEV: vector mask} | tst_psStats09.c) 44 37 This test should not generate any errors. 38 using a psF32 in vector 39 using a psF32 errors vector 40 using a NULL mask vector 45 41 /***************************** TESTPOINT ******************************************\ 46 42 * TestFile: tst_psStats09.c * 47 * TestPoint: ps Stats functions{psStats(): deallocating memory}*43 * TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} * 48 44 * TestType: Positive * 49 45 \**********************************************************************************/ 50 46 51 52 ---> TESTPOINT PASSED (psVector functions{psStats(): deallocating memory} | tst_psStats09.c) 53 47 This test should not generate any errors. 48 using a psF32 in vector 49 using a NULL errors vector 50 using a psU8 mask vector 51 TEST PASSED
Note:
See TracChangeset
for help on using the changeset viewer.
