Changeset 1330 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Jul 28, 2004, 6:18:31 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r1329 r1330 21 21 /* DEFINE STATEMENTS */ 22 22 /*****************************************************************************/ 23 #define DEFAULT_ROBUST_SIZE_THRESHOLD 30000 // Vectors that are large than this24 23 // will use robust statistical methods. 25 24 #define GAUSS_WIDTH 20 // The width of the Gaussian or boxcar smoothing. … … 1584 1583 newStruct->sampleUQ = NAN; 1585 1584 newStruct->sampleLQ = NAN; 1586 newStruct->sampleLimit = DEFAULT_ROBUST_SIZE_THRESHOLD;1585 newStruct->sampleLimit = 30000; 1587 1586 newStruct->robustMean = NAN; 1588 1587 newStruct->robustMedian = NAN;
Note:
See TracChangeset
for help on using the changeset viewer.
