All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::stat::NumericStatisticalSummary Struct Reference

A structure to hold the set of statistics from a set of numerical values. More...

#include <NumericStatisticalSummary.h>

Public Member Functions

void clear ()
 Clear the structure. More...
 
 NumericStatisticalSummary ()
 Constructor. More...
 
 NumericStatisticalSummary (const NumericStatisticalSummary &rhs)
 Copy constructor. More...
 
NumericStatisticalSummaryoperator= (const NumericStatisticalSummary &rhs)
 Assignment operator. More...
 
 ~NumericStatisticalSummary ()
 Destructor. More...
 

Public Attributes

double m_amplitude
 
int m_count
 
double m_kernel
 
double m_kurtosis
 
double m_maxVal
 
double m_mean
 
double m_median
 
double m_minVal
 
std::vector< double > m_mode
 
double m_skewness
 
double m_stdDeviation
 
double m_sum
 
int m_validCount
 
double m_varCoeff
 
double m_variance
 

Detailed Description

A structure to hold the set of statistics from a set of numerical values.

Definition at line 46 of file NumericStatisticalSummary.h.

Constructor & Destructor Documentation

te::stat::NumericStatisticalSummary::NumericStatisticalSummary ( )

Constructor.

Definition at line 29 of file NumericStatisticalSummary.cpp.

te::stat::NumericStatisticalSummary::NumericStatisticalSummary ( const NumericStatisticalSummary rhs)

Copy constructor.

Parameters
rhsThe right-hand-side copy used to copy from.

Definition at line 47 of file NumericStatisticalSummary.cpp.

References m_amplitude, m_count, m_kernel, m_kurtosis, m_maxVal, m_mean, m_median, m_minVal, m_mode, m_skewness, m_stdDeviation, m_sum, m_validCount, m_varCoeff, and m_variance.

te::stat::NumericStatisticalSummary::~NumericStatisticalSummary ( )

Destructor.

Definition at line 81 of file NumericStatisticalSummary.cpp.

Member Function Documentation

void te::stat::NumericStatisticalSummary::clear ( void  )

Clear the structure.

Definition at line 113 of file NumericStatisticalSummary.cpp.

te::stat::NumericStatisticalSummary & te::stat::NumericStatisticalSummary::operator= ( const NumericStatisticalSummary rhs)

Assignment operator.

Parameters
rhsThe right-hand-side copy used to copy from.
Returns
A reference to this object.

Definition at line 86 of file NumericStatisticalSummary.cpp.

References m_amplitude, m_count, m_kernel, m_kurtosis, m_maxVal, m_mean, m_median, m_minVal, m_mode, m_skewness, m_stdDeviation, m_sum, m_validCount, m_varCoeff, and m_variance.

Member Data Documentation

double te::stat::NumericStatisticalSummary::m_kernel

Definition at line 84 of file NumericStatisticalSummary.h.

Referenced by NumericStatisticalSummary(), and operator=().


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