Changeset 3162 for trunk/psLib
- Timestamp:
- Feb 8, 2005, 9:32:57 AM (21 years ago)
- Location:
- trunk/psLib/test/dataManip/verified
- Files:
-
- 2 edited
-
tst_psRandom.stdout (modified) (3 diffs)
-
tst_psStats09.stdout (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/verified/tst_psRandom.stdout
r3011 r3162 14 14 \**********************************************************************************/ 15 15 16 Mean is 0. 49816017 Standard deviation is 0.2 8781616 Mean is 0.50 17 Standard deviation is 0.29 18 18 19 19 ---> TESTPOINT PASSED (psRandom functions{psRandomAlloc() and psRandomUniform()} | tst_psRandom.c) … … 25 25 \**********************************************************************************/ 26 26 27 Mean is -0.0 0753828 Standard deviation is 0.99 209427 Mean is -0.01 28 Standard deviation is 0.99 29 29 30 30 ---> TESTPOINT PASSED (psRandom functions{psRandomAlloc() and psRandomGaussian()} | tst_psRandom.c) … … 36 36 \**********************************************************************************/ 37 37 38 Mean is 14.9 7870039 Standard deviation is 3.8 5849838 Mean is 14.98 39 Standard deviation is 3.86 40 40 41 41 ---> TESTPOINT PASSED (psRandom functions{psRandomAlloc() and psRandomPoisson()} | tst_psRandom.c) -
trunk/psLib/test/dataManip/verified/tst_psStats09.stdout
r2732 r3162 6 6 7 7 Called psVectorStats() on a vector with no elements masked. 8 The calculated clippedMean was 29.9 453708 The calculated clippedMean was 29.95 9 9 10 10 ---> TESTPOINT PASSED (psVector functions{PS_STAT_CLIPPED_MEAN/STDEV: no vector mask} | tst_psStats09.c) … … 17 17 18 18 Called psVectorStats() on a vector with no elements masked. 19 The calculated clippedStdev was 0.5 7792719 The calculated clippedStdev was 0.58 20 20 21 21 ---> TESTPOINT PASSED (psVector functions{PS_STAT_CLIPPED_MEAN/STDEV: no vector mask} | tst_psStats09.c) … … 28 28 29 29 Called psVectorStats() on a vector with elements masked. 30 The calculated clippedMean was 29.4 4736530 The calculated clippedMean was 29.45 31 31 32 32 ---> TESTPOINT PASSED (psVector functions{PS_STAT_CLIPPED_MEAN/STDEV: vector mask} | tst_psStats09.c) … … 39 39 40 40 Called psVectorStats() on a vector with elements masked. 41 The calculated clippedStdev was 0.2 8809741 The calculated clippedStdev was 0.29 42 42 43 43 ---> TESTPOINT PASSED (psVector functions{PS_STAT_CLIPPED_MEAN/STDEV: vector mask} | tst_psStats09.c)
Note:
See TracChangeset
for help on using the changeset viewer.
