|
Mantid
|
Controls the computation of statisical data. More...
#include <Statistics.h>
Public Types | |
| enum | Flag { SortedData = 1 , Mean = 2 , UncorrectedStdDev = 4 , CorrectedStdDev = 8 , Median = 16 , AllStats = (Mean | UncorrectedStdDev | Median) } |
Controls the computation of statisical data.
Definition at line 39 of file Statistics.h.
| Enumerator | |
|---|---|
| SortedData | |
| Mean | |
| UncorrectedStdDev | |
| CorrectedStdDev | |
| Median | |
| AllStats | |
Definition at line 40 of file Statistics.h.