Changeset 6348 for trunk/psLib/src/math/psStats.h
- Timestamp:
- Feb 7, 2006, 1:39:24 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.h
r6305 r6348 14 14 * @author GLG, MHPCC 15 15 * 16 * @version $Revision: 1.5 0$ $Name: not supported by cvs2svn $17 * @date $Date: 2006-02-0 2 21:09:08$16 * @version $Revision: 1.51 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2006-02-07 23:39:24 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 51 51 PS_STAT_MIN = 0x001000, ///< Minumum 52 52 PS_STAT_USE_RANGE = 0x002000, ///< Range 53 PS_STAT_USE_BINSIZE = 0x004000 ,///< Binsize53 PS_STAT_USE_BINSIZE = 0x004000 ///< Binsize 54 54 } psStatsOptions; 55 55 … … 62 62 double sampleMedian; ///< formal median of sample 63 63 double sampleStdev; ///< standard deviation of sample 64 double sampleUQ; ///< upper quartile of sample 64 65 double sampleLQ; ///< lower quartile of sample 65 double sampleUQ; ///< upper quartile of sample66 66 double robustMedian; ///< robust median of array 67 67 double robustStdev; ///< robust standard deviation of array
Note:
See TracChangeset
for help on using the changeset viewer.
