IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1310


Ignore:
Timestamp:
Jul 27, 2004, 5:31:21 PM (22 years ago)
Author:
evanalst
Message:

Update the verified STDOUT file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/verified/tst_psStats07.stdout

    r1034 r1310  
    55\**********************************************************************************/
    66
    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)
     8The expected Mean was 32.000000; the calculated Mean was 32.588161
    109
    1110---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust mean: no vector mask} | tst_psStats07.c)
     
    1716\**********************************************************************************/
    1817
    19 The expected Median was 0.000000; the calculated Median was 0.000000
     18The expected Median was 32.000000; the calculated Median was 32.485466
    2019
    2120---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Median: no vector mask} | tst_psStats07.c)
     
    2726\**********************************************************************************/
    2827
    29 The expected Mode was -1.000000; the calculated Mode was -1.000000
     28The expected Mode was 32.000000; the calculated Mode was 32.588655
    3029
    3130---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} | tst_psStats07.c)
     
    3736\**********************************************************************************/
    3837
    39 The expected Stdev was 0.000000; the calculated Stdev was 0.000000
     38The expected Stdev was 0.660000; the calculated Stdev was 0.655572
    4039
    4140---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Stdev: no vector mask} | tst_psStats07.c)
     
    4746\**********************************************************************************/
    4847
    49 The expected LQ was 0.000000; the calculated LQ was 0.000000
     48The expected LQ was 30.799999; the calculated LQ was 30.018070
    5049
    5150---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | tst_psStats07.c)
     
    5756\**********************************************************************************/
    5857
    59 The expected UQ was 0.000000; the calculated UQ was 0.000000
     58The expected UQ was 33.200001; the calculated UQ was 34.325886
    6059
    6160---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | tst_psStats07.c)
     
    6766\**********************************************************************************/
    6867
    69 The expected N50 was 0.000000; the calculated N50 was 0.000000
     68The expected N50 was 143.000000; the calculated N50 was 143.000000
    7069
    7170---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust N50: no vector mask} | tst_psStats07.c)
     
    7776\**********************************************************************************/
    7877
    79 The expected Nfit was 0.000000; the calculated Nfit was 0.000000
     78The expected Nfit was 80.000000; the calculated Nfit was 80.000000
    8079
    8180---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Nfit: no vector mask} | tst_psStats07.c)
    8281
    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.000000
    92 
    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.000000
    102 
    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.000000
    112 
    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.000000
    122 
    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.000000
    132 
    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.000000
    142 
    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.000000
    152 
    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.000000
    162 
    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.