#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 | robustMean |
| robust mean of array | |
| double | robustMedian |
| robust median of array | |
| double | robustMode |
| Robust mode of array. | |
| double | robustStdev |
| robust standard deviation of array | |
| double | robustUQ |
| robust upper quartile | |
| double | robustLQ |
| robust lower quartile | |
| int | robustN50 |
| Number of points in Gaussian fit. XXX: This is currently never set. | |
| int | robustNfit |
| The number of points between the quartiles. | |
| double | clippedMean |
| Nsigma clipped mean. | |
| double | clippedStdev |
| standard deviation after clipping | |
| int | clippedNvalues |
| Number of data points used for clipped mean: This value is never used. | |
| 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) | |
| 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: This value is never used.
|
|
|
standard deviation after clipping
|
|
|
Nsigma used for clipping; user input.
|
|
|
maximum data value in array
|
|
|
minimum data value in array
|
|
|
bitmask of calculated values
|
|
|
robust lower quartile
|
|
|
robust mean of array
|
|
|
robust median of array
|
|
|
Robust mode of array.
|
|
|
Number of points in Gaussian fit. XXX: This is currently never set.
|
|
|
The number of points between the quartiles.
|
|
|
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.2