#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 55 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 values requested | |
| psStatsOptions | results |
| bitmask of values calculated | |
| double psStats::sampleMean |
| double psStats::sampleMedian |
| double psStats::sampleStdev |
| double psStats::sampleUQ |
| double psStats::sampleLQ |
| double psStats::robustMedian |
| double psStats::robustStdev |
| double psStats::robustUQ |
| double psStats::robustLQ |
| long psStats::robustN50 |
| double psStats::fittedMean |
| double psStats::fittedStdev |
| long psStats::fittedNfit |
| double psStats::clippedMean |
| double psStats::clippedStdev |
| double psStats::clipSigma |
| double psStats::min |
| double psStats::max |
| double psStats::binsize |
| long psStats::nSubsample |
1.5.1