#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 56 of file psStats.h.
Data Fields | |
| psF64 | sampleMean |
| formal mean of sample | |
| psF64 | sampleMedian |
| formal median of sample | |
| psF64 | sampleStdev |
| standard deviation of sample | |
| psF64 | sampleUQ |
| upper quartile of sample | |
| psF64 | sampleLQ |
| lower quartile of sample | |
| psF64 | robustMean |
| robust mean of array | |
| psF64 | robustMedian |
| robust median of array | |
| psF64 | robustMode |
| Robust mode of array. | |
| psF64 | robustStdev |
| robust standard deviation of array | |
| psF64 | robustUQ |
| robust upper quartile | |
| psF64 | robustLQ |
| robust lower quartile | |
| psS32 | robustN50 |
| psS32 | robustNfit |
| psF64 | clippedMean |
| Nsigma clipped mean. | |
| psF64 | clippedStdev |
| standard deviation after clipping | |
| psS32 | clippedNvalues |
| ??? | |
| psF64 | clipSigma |
| Nsigma used for clipping; user input. | |
| psS32 | clipIter |
| Number of clipping iterations; user input. | |
| psF64 | min |
| minimum data value in array | |
| psF64 | max |
| maximum data value in array | |
| psF64 | binsize |
| psStatsOptions | options |
| bitmask of calculated values | |
|
|
|
|
|
Number of clipping iterations; user input.
|
|
|
Nsigma clipped mean.
|
|
|
???
|
|
|
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.
|
|
|
|
|
|
|
|
|
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.3.9.1