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

Simple struct to store statistics. More...

#include <Statistics.h>

Public Attributes

double maximum
 Maximum value. More...
 
double mean
 Mean value. More...
 
double median
 Median value. More...
 
double minimum
 Minimum value. More...
 
double standard_deviation
 standard_deviation of the values More...
 

Detailed Description

Simple struct to store statistics.

Definition at line 25 of file Statistics.h.

Member Data Documentation

◆ maximum

double Mantid::Kernel::Statistics::maximum

◆ mean

double Mantid::Kernel::Statistics::mean

◆ median

double Mantid::Kernel::Statistics::median

◆ minimum

double Mantid::Kernel::Statistics::minimum

◆ standard_deviation

double Mantid::Kernel::Statistics::standard_deviation

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