IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2005, 1:57:13 PM (21 years ago)
Author:
evanalst
Message:

Update vector sample mean test cases to include range and weighted mean.

File:
1 edited

Legend:

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

    r1034 r3502  
    1 /***************************** TESTPOINT ******************************************\
    2 *             TestFile: tst_psStats00.c                                            *
    3 *            TestPoint: psStats functions{PS_STAT_SAMPLE_MEAN: no vector mask}     *
    4 *             TestType: Positive                                                   *
    5 \**********************************************************************************/
    6 
    7 Called psVectorStats() on a vector with no elements masked.
    8 The expected mean was 4.500000; the calculated mean was 4.500000
    9 
    10 ---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_MEAN: no vector mask} | tst_psStats00.c)
    11 
    12 /***************************** TESTPOINT ******************************************\
    13 *             TestFile: tst_psStats00.c                                            *
    14 *            TestPoint: psStats functions{PS_STAT_SAMPLE_MEAN: with vector mask=1} *
    15 *             TestType: Positive                                                   *
    16 \**********************************************************************************/
    17 
    18 Called psVectorStats() on a vector with last N/2 elements masked.
    19 The expected mean was 2.000000; the calculated mean was 2.000000
    20 
    21 ---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_MEAN: with vector mask=1} | tst_psStats00.c)
    22 
    23 /***************************** TESTPOINT ******************************************\
    24 *             TestFile: tst_psStats00.c                                            *
    25 *            TestPoint: psStats functions{PS_STAT_SAMPLE_MEAN: with vector mask=2} *
    26 *             TestType: Positive                                                   *
    27 \**********************************************************************************/
    28 
    29 Called psVectorStats() on a vector with last N/2 elements masked.
    30 The expected mean was 2.000000; the calculated mean was 2.000000
    31 
    32 ---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_MEAN: with vector mask=2} | tst_psStats00.c)
    33 
    34 /***************************** TESTPOINT ******************************************\
    35 *             TestFile: tst_psStats00.c                                            *
    36 *            TestPoint: psStats functions{PS_STAT_SAMPLE_MEAN: with vector mask=3} *
    37 *             TestType: Positive                                                   *
    38 \**********************************************************************************/
    39 
    40 Called psVectorStats() on a vector with last N/2 elements masked.
    41 The expected mean was 2.000000; the calculated mean was 2.000000
    42 
    43 ---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_MEAN: with vector mask=3} | tst_psStats00.c)
    44 
    45 /***************************** TESTPOINT ******************************************\
    46 *             TestFile: tst_psStats00.c                                            *
    47 *            TestPoint: psStats functions{PS_STAT_SAMPLE_MEAN: NULL inputs}        *
    48 *             TestType: Positive                                                   *
    49 \**********************************************************************************/
    50 
    51 
    52 ---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_MEAN: NULL inputs} | tst_psStats00.c)
    53 
    54 /***************************** TESTPOINT ******************************************\
    55 *             TestFile: tst_psStats00.c                                            *
    56 *            TestPoint: psStats functions{psStats(): deallocating memory}          *
    57 *             TestType: Positive                                                   *
    58 \**********************************************************************************/
    59 
    60 
    61 ---> TESTPOINT PASSED (psVector functions{psStats(): deallocating memory} | tst_psStats00.c)
    62 
Note: See TracChangeset for help on using the changeset viewer.