IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2004, 1:53:07 PM (22 years ago)
Author:
gusciora
Message:

Where is psSort.h

File:
1 edited

Legend:

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

    r1281 r1282  
    1515#include "psAbort.h"
    1616#include "psStats.h"
    17 #include "psSort.h"
     17#include "psVectorSort.h"
    1818#include "psMinimize.h"
    1919#include "psFunctions.h"
     
    475475    }
    476476    // Sort the temporary vectors.
    477     psSort(sortedVector, unsortedVector);
     477    psVectorSort(sortedVector, unsortedVector);
    478478
    479479    // Calculate the median exactly.
     
    644644
    645645    // Sort the temporary vectors.
    646     psSort(sortedVector, unsortedVector);
     646    psVectorSort(sortedVector, unsortedVector);
    647647
    648648    // Calculate the quartile points exactly.
     
    10591059PS_STAT_ROBUST_QUARTILE
    10601060I have included all that computation in a single function, as opposed to
    1061 breaking it across several functions for one primary reason: 
     1061breaking it across several functions for one primary reason:
    10621062they all
    10631063require the same basic initial processing steps (calculate the histogram,
    1064 etc.) 
     1064etc.)
    10651065however there is no currently defined means, in the SDRS, to
    10661066specify this computation as a separate step.  If the above robust stat
Note: See TracChangeset for help on using the changeset viewer.