#include <psStats.h>
It contails the data members for the various statistic values. It also contains the options member to specifiy which statistics should be calculated.
Definition at line 59 of file psStats.h.
Data Fields | |
| double | sampleMean |
| formal mean of sample | |
| double | sampleMedian |
| formal median of sample | |
| double | sampleStdev |
| standard deviation of sample | |
| double | sampleUQ |
| upper quartile of sample | |
| double | sampleLQ |
| lower quartile of sample | |
| double | robustMedian |
| robust median of array | |
| double | robustStdev |
| robust standard deviation of array | |
| double | robustUQ |
| robust upper quartile | |
| double | robustLQ |
| robust lower quartile | |
| long | robustN50 |
| Number of points in Gaussian fit; XXX: This is currently unused. | |
| double | fittedMean |
| robust mean of data | |
| double | fittedStdev |
| robust standard deviation of data | |
| long | fittedNfit |
| Number of points in Gaussian fit; XXX: This is currently unused. | |
| double | clippedMean |
| Nsigma clipped mean. | |
| double | clippedStdev |
| standard deviation after clipping | |
| long | clippedNvalues |
| Number of data points used for clipped mean. | |
| double | clipSigma |
| Nsigma used for clipping; user input. | |
| int | clipIter |
| Number of clipping iterations; user input. | |
| double | min |
| minimum data value in array | |
| double | max |
| maximum data value in array | |
| double | binsize |
| binsize for robust fit (input/ouput) | |
| long | nSubsample |
| maxinum number of measurements (input) | |
| psStatsOptions | options |
| bitmask of calculated values | |
|
|
binsize for robust fit (input/ouput)
|
|
|
Number of clipping iterations; user input.
|
|
|
Nsigma clipped mean.
|
|
|
Number of data points used for clipped mean.
|
|
|
standard deviation after clipping
|
|
|
Nsigma used for clipping; user input.
|
|
|
robust mean of data
|
|
|
Number of points in Gaussian fit; XXX: This is currently unused.
|
|
|
robust standard deviation of data
|
|
|
maximum data value in array
|
|
|
minimum data value in array
|
|
|
maxinum number of measurements (input)
|
|
|
bitmask of calculated values
|
|
|
robust lower quartile
|
|
|
robust median of array
|
|
|
Number of points in Gaussian fit; XXX: This is currently unused.
|
|
|
robust standard deviation of array
|
|
|
robust upper quartile
|
|
|
lower quartile of sample
|
|
|
formal mean of sample
|
|
|
formal median of sample
|
|
|
standard deviation of sample
|
|
|
upper quartile of sample
|
1.4.4