Changeset 13494 for trunk/psLib/src/math/psStats.h
- Timestamp:
- May 23, 2007, 4:06:51 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.h
r11248 r13494 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 59$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-0 1-23 22:47:23$10 * @version $Revision: 1.60 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-05-24 02:06:51 $ 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ … … 99 99 * value given. 100 100 */ 101 #ifdef DOXYGEN 101 102 psStats* psStatsAlloc( 102 psStatsOptions options ///< Statistics to calculate103 psStatsOptions options ///< Statistics to calculate 103 104 ); 104 105 #else // ifdef DOXYGEN 106 psStats* p_psStatsAlloc( 107 const char *file, ///< File of caller 108 unsigned int lineno, ///< Line number of caller 109 const char *func, ///< Function name of caller 110 psStatsOptions options ///< Statistics to calculate 111 ); 112 #define psStatsAlloc(options) \ 113 p_psStatsAlloc(__FILE__, __LINE__, __func__, options) 114 #endif // ifdef DOXYGEN 105 115 106 116 /** Checks the type of a particular pointer. … … 138 148 (none) 139 149 * vectorSampleMedian (also yields SAMPLE_QUARTILE) 140 (none) 150 (none) 141 151 * vectorSampleStdev 142 152 (vectorSampleMean) … … 149 159 * vectorFittedStats 150 160 (vectorRobustStats) 151 161 152 162 * private stats functions called by other private stats functions are automatically called by 153 163 * those functions. since they set the stats->results flags, they are not called multiple 154 164 * times. 155 165 156 166 * the private stats functions do not test for their corresponding stats flags: it is not 157 167 * necessary to request them if they are called within this function. 158 168 159 169 */
Note:
See TracChangeset
for help on using the changeset viewer.
