IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2004, 3:06:45 PM (22 years ago)
Author:
rhl
Message:

Made files compile again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psStats.h

    r215 r226  
    3333/** generic statistics structure */
    3434typedef struct {
    35     double sampleMean                   //<! formal mean of sample
     35    double sampleMean;                  //<! formal mean of sample
    3636    double sampleMeanError;             //<! error on formal mean
    37     double sampleMedian                 //<! formal median of sample
     37    double sampleMedian;                //<! formal median of sample
    3838    double sampleMedianError;           //<! error on formal median
    3939    double sampleStdev;                 //<! standard deviation of sample
    4040    double sampleUQ;                    //<! upper quartile of sample
    4141    double sampleLQ;                    //<! lower quartile of sample
    42     double robustMean                   //<! robust mean of array
     42    double robustMean;                  //<! robust mean of array
    4343    double robustMeanError;             //<! error on robust mean
    4444    int    robustMeanNvalues;           //<! number of measurements used for robust mean
    45     double robustMedian                 //<! robust median of array
     45    double robustMedian;                //<! robust median of array
    4646    double robustMedianError;           //<! error on robust median
    4747    int    robustMedianNvalues;         //<! number of measurements used for robust median
     
    4949    double robustUQ;                    //<! robust upper quartile
    5050    double robustLQ;                    //<! robust lower quartile
    51     double clippedMean                  //<! Nsigma clipped mean
     51    double clippedMean;                 //<! Nsigma clipped mean
    5252    double clippedMeanError;            //<! error on clipped mean
    5353    int    clippedMeanNvalues;          //<! number of data points used for clipped mean
Note: See TracChangeset for help on using the changeset viewer.