IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 1:39:24 PM (20 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.h

    r6305 r6348  
    1414 *  @author GLG, MHPCC
    1515 *
    16  *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2006-02-02 21:09:08 $
     16 *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2006-02-07 23:39:24 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5151    PS_STAT_MIN             = 0x001000, ///< Minumum
    5252    PS_STAT_USE_RANGE       = 0x002000, ///< Range
    53     PS_STAT_USE_BINSIZE     = 0x004000, ///< Binsize
     53    PS_STAT_USE_BINSIZE     = 0x004000  ///< Binsize
    5454} psStatsOptions;
    5555
     
    6262    double sampleMedian;               ///< formal median of sample
    6363    double sampleStdev;                ///< standard deviation of sample
     64    double sampleUQ;                   ///< upper quartile of sample
    6465    double sampleLQ;                   ///< lower quartile of sample
    65     double sampleUQ;                   ///< upper quartile of sample
    6666    double robustMedian;               ///< robust median of array
    6767    double robustStdev;                ///< robust standard deviation of array
Note: See TracChangeset for help on using the changeset viewer.