26 #ifndef __TERRALIB_STATISTICAL_CORE_INTERNAL_NUMERICSTATISTICALCOMPLEXSUMMARY_H 27 #define __TERRALIB_STATISTICAL_CORE_INTERNAL_NUMERICSTATISTICALCOMPLEXSUMMARY_H 52 bool operator()(
const std::complex<double> s1,
const std::complex<double> s2)
const 54 return ( ( s1.real() < s2.real() ) && ( s1.imag() < s2.imag() ) );
74 std::vector<std::complex< double > >
m_mode;
106 #endif // #define __TERRALIB_STATISTICAL_CORE_INTERNAL_NUMERICSTATISTICALCOMPLEXSUMMARY_H std::complex< double > m_median
bool operator()(const std::complex< double > s1, const std::complex< double > s2) const
std::complex< double > m_stdDeviation
std::complex< double > m_sum
std::complex< double > m_minVal
std::complex< double > m_kernel
std::complex< double > m_varCoeff
std::complex< double > m_variance
#define TESTATEXPORT
You can use this macro in order to export/import classes and functions from this module.
std::complex< double > m_kurtosis
std::complex< double > m_amplitude
ClassesPercentT m_percentEachClass
std::complex< double > m_skewness
std::complex< double > m_mean
std::complex< double > m_maxVal
std::map< std::complex< double >, std::complex< double >, ClassesPercentLess > ClassesPercentT
Configuration flags for the Terrralib Statistic module.
std::vector< std::complex< double > > m_mode