#include <NumericStatisticalComplexSummary.h>
Classes | |
struct | ClassesPercentLess |
Public Types | |
typedef std::map< std::complex< double >, std::complex< double >, ClassesPercentLess > | ClassesPercentT |
Public Member Functions | |
void | clear () |
Clear the structure. More... | |
NumericStatisticalComplexSummary () | |
Constructor. More... | |
NumericStatisticalComplexSummary (const NumericStatisticalComplexSummary &rhs) | |
Copy constructor. More... | |
NumericStatisticalComplexSummary & | operator= (const NumericStatisticalComplexSummary &rhs) |
Assignment operator. More... | |
~NumericStatisticalComplexSummary () | |
Destructor. More... | |
Public Attributes | |
std::complex< double > | m_amplitude |
int | m_count |
std::complex< double > | m_kernel |
std::complex< double > | m_kurtosis |
std::complex< double > | m_maxVal |
std::complex< double > | m_mean |
std::complex< double > | m_median |
std::complex< double > | m_minVal |
std::vector< std::complex< double > > | m_mode |
ClassesPercentT | m_percentEachClass |
std::complex< double > | m_skewness |
std::complex< double > | m_stdDeviation |
std::complex< double > | m_sum |
int | m_validCount |
std::complex< double > | m_varCoeff |
std::complex< double > | m_variance |
Definition at line 46 of file NumericStatisticalComplexSummary.h.
typedef std::map< std::complex< double >, std::complex< double >, ClassesPercentLess > te::stat::NumericStatisticalComplexSummary::ClassesPercentT |
Definition at line 58 of file NumericStatisticalComplexSummary.h.
te::stat::NumericStatisticalComplexSummary::NumericStatisticalComplexSummary | ( | ) |
Constructor.
te::stat::NumericStatisticalComplexSummary::NumericStatisticalComplexSummary | ( | const NumericStatisticalComplexSummary & | rhs | ) |
Copy constructor.
rhs | The right-hand-side copy used to copy from. |
te::stat::NumericStatisticalComplexSummary::~NumericStatisticalComplexSummary | ( | ) |
Destructor.
void te::stat::NumericStatisticalComplexSummary::clear | ( | ) |
Clear the structure.
NumericStatisticalComplexSummary& te::stat::NumericStatisticalComplexSummary::operator= | ( | const NumericStatisticalComplexSummary & | rhs | ) |
Assignment operator.
rhs | The right-hand-side copy used to copy from. |
std::complex< double > te::stat::NumericStatisticalComplexSummary::m_amplitude |
Definition at line 71 of file NumericStatisticalComplexSummary.h.
int te::stat::NumericStatisticalComplexSummary::m_count |
Definition at line 64 of file NumericStatisticalComplexSummary.h.
std::complex< double > te::stat::NumericStatisticalComplexSummary::m_kernel |
Definition at line 67 of file NumericStatisticalComplexSummary.h.
std::complex< double > te::stat::NumericStatisticalComplexSummary::m_kurtosis |
Definition at line 70 of file NumericStatisticalComplexSummary.h.
std::complex< double > te::stat::NumericStatisticalComplexSummary::m_maxVal |
Definition at line 61 of file NumericStatisticalComplexSummary.h.
std::complex< double > te::stat::NumericStatisticalComplexSummary::m_mean |
Definition at line 62 of file NumericStatisticalComplexSummary.h.
std::complex< double > te::stat::NumericStatisticalComplexSummary::m_median |
Definition at line 72 of file NumericStatisticalComplexSummary.h.
std::complex< double > te::stat::NumericStatisticalComplexSummary::m_minVal |
Definition at line 60 of file NumericStatisticalComplexSummary.h.
std::vector<std::complex< double > > te::stat::NumericStatisticalComplexSummary::m_mode |
Definition at line 74 of file NumericStatisticalComplexSummary.h.
ClassesPercentT te::stat::NumericStatisticalComplexSummary::m_percentEachClass |
Definition at line 75 of file NumericStatisticalComplexSummary.h.
std::complex< double > te::stat::NumericStatisticalComplexSummary::m_skewness |
Definition at line 69 of file NumericStatisticalComplexSummary.h.
std::complex< double > te::stat::NumericStatisticalComplexSummary::m_stdDeviation |
Definition at line 66 of file NumericStatisticalComplexSummary.h.
std::complex< double > te::stat::NumericStatisticalComplexSummary::m_sum |
Definition at line 63 of file NumericStatisticalComplexSummary.h.
int te::stat::NumericStatisticalComplexSummary::m_validCount |
Definition at line 65 of file NumericStatisticalComplexSummary.h.
std::complex< double > te::stat::NumericStatisticalComplexSummary::m_varCoeff |
Definition at line 73 of file NumericStatisticalComplexSummary.h.
std::complex< double > te::stat::NumericStatisticalComplexSummary::m_variance |
Definition at line 68 of file NumericStatisticalComplexSummary.h.