IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2004, 6:18:31 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r1329 r1330  
    2121/* DEFINE STATEMENTS                                                         */
    2222/*****************************************************************************/
    23 #define DEFAULT_ROBUST_SIZE_THRESHOLD 30000   // Vectors that are large than this
    2423// will use robust statistical methods.
    2524#define GAUSS_WIDTH 20                  // The width of the Gaussian or boxcar smoothing.
     
    15841583    newStruct->sampleUQ = NAN;
    15851584    newStruct->sampleLQ = NAN;
    1586     newStruct->sampleLimit = DEFAULT_ROBUST_SIZE_THRESHOLD;
     1585    newStruct->sampleLimit = 30000;
    15871586    newStruct->robustMean = NAN;
    15881587    newStruct->robustMedian = NAN;
Note: See TracChangeset for help on using the changeset viewer.