Stride Reference Manual  - generated for commit 9643b11
stride::util::BoxPlotData< T > Struct Template Reference

BoxPlotData calculates total, minimum, maximum, median, lower and upper quartile of the values in the vector. More...

#include <BoxPlotData.h>

Collaboration diagram for stride::util::BoxPlotData< T >:
Collaboration graph

Public Member Functions

 BoxPlotData ()
 

Static Public Member Functions

static BoxPlotData Calculate (const std::vector< T > &data)
 

Public Attributes

m_total
 
m_min
 
m_max
 
m_median
 
m_quartile1
 
m_quartile3
 

Detailed Description

template<typename T>
struct stride::util::BoxPlotData< T >

BoxPlotData calculates total, minimum, maximum, median, lower and upper quartile of the values in the vector.

Template Parameters
TDatatype for which boxplot data get calculated.

Definition at line 35 of file BoxPlotData.h.

Constructor & Destructor Documentation

template<typename T >
stride::util::BoxPlotData< T >::BoxPlotData ( )
inline

Definition at line 38 of file BoxPlotData.h.

Member Function Documentation

template<typename T >
static BoxPlotData stride::util::BoxPlotData< T >::Calculate ( const std::vector< T > &  data)
inlinestatic

Definition at line 48 of file BoxPlotData.h.

Member Data Documentation

template<typename T >
T stride::util::BoxPlotData< T >::m_total

Definition at line 40 of file BoxPlotData.h.

template<typename T >
T stride::util::BoxPlotData< T >::m_min

Definition at line 41 of file BoxPlotData.h.

template<typename T >
T stride::util::BoxPlotData< T >::m_max

Definition at line 42 of file BoxPlotData.h.

template<typename T >
T stride::util::BoxPlotData< T >::m_median

Definition at line 43 of file BoxPlotData.h.

template<typename T >
T stride::util::BoxPlotData< T >::m_quartile1

Definition at line 44 of file BoxPlotData.h.

template<typename T >
T stride::util::BoxPlotData< T >::m_quartile3

Definition at line 45 of file BoxPlotData.h.


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