105     std::copy(rhs.
m_mode.begin(), rhs.
m_mode.end(), m_mode.begin());
 
std::vector< double > m_mode
 
NumericStatisticalSummary & operator=(const NumericStatisticalSummary &rhs)
Assignment operator. 
 
A structure to hold the set of statistics from a set of numerical values. 
 
void clear()
Clear the structure. 
 
NumericStatisticalSummary()
Constructor. 
 
~NumericStatisticalSummary()
Destructor.