IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3549


Ignore:
Timestamp:
Mar 29, 2005, 12:50:16 PM (21 years ago)
Author:
gusciora
Message:

Fixed stdev error

Location:
trunk/psLib/test/dataManip
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psFunc00.c

    r3383 r3549  
    1111*    are good.
    1212*
    13 *    @version $Revision: 1.19 $  $Name: not supported by cvs2svn $
    14 *    @date $Date: 2005-03-07 21:15:13 $
     13*    XXX: Modify these tests so that polynomials with a variety of different
     14*    orders are created.
     15*
     16*    @version $Revision: 1.20 $  $Name: not supported by cvs2svn $
     17*    @date $Date: 2005-03-29 22:50:16 $
    1518*
    1619*  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
  • trunk/psLib/test/dataManip/tst_psStats07.c

    r3377 r3549  
    274274    float realMedianWithMask = MEAN;
    275275    float realModeWithMask = MEAN;
    276     float realStdevWithMask = STDEV * 0.15;
     276    float realStdevWithMask = STDEV * 0.20;
    277277    float realLQWithMask = MEAN;
    278278    float realUQWithMask = MEAN;
Note: See TracChangeset for help on using the changeset viewer.