Mantid
Loading...
Searching...
No Matches
Public Types | List of all members
Mantid::Kernel::StatOptions Struct Reference

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)
}
 

Detailed Description

Controls the computation of statisical data.

Definition at line 39 of file Statistics.h.

Member Enumeration Documentation

◆ Flag

Enumerator
SortedData 
Mean 
UncorrectedStdDev 
CorrectedStdDev 
Median 
AllStats 

Definition at line 40 of file Statistics.h.


The documentation for this struct was generated from the following file: