SummaryFunctions.h File Reference

A set of functions to calculate the statistic summary from a set of values. More...

#include "Config.h"
#include "Enums.h"
#include "NumericStatisticalSummary.h"
#include "StringStatisticalSummary.h"
#include <map>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::da
 Namespace for the DataAccess API of TerraLib.
 
 te::stat
 This is the namespace for the Statistics module.
 

Functions

TESTATEXPORT void te::stat::GetNumericStatisticalSummary (std::vector< double > &values, te::stat::NumericStatisticalSummary &ss, double nullVal)
 
TESTATEXPORT void te::stat::GetNumericStatisticalSummary (std::vector< double > &values, te::stat::NumericStatisticalSummary &ss)
 
TESTATEXPORT void te::stat::GetNumericStatisticalSummaryQuery (const std::string &inDataset, te::da::DataSource *inDatasource, const std::string &propName, te::stat::NumericStatisticalSummary &ss)
 
TESTATEXPORT void te::stat::GetPercentOfEachClassByArea (std::vector< double > &values, double &resolutionX, double &resolutionY, double &area, te::stat::NumericStatisticalSummary &ss, bool fullIntersection=true)
 
TESTATEXPORT void te::stat::GetStringStatisticalSummary (std::vector< std::string > &values, te::stat::StringStatisticalSummary &ss)
 
TESTATEXPORT void te::stat::GetStringStatisticalSummary (std::vector< std::string > &values, te::stat::StringStatisticalSummary &ss, const std::string &nullValue)
 
TESTATEXPORT void te::stat::GetStringStatisticalSummaryQuery (const std::string &inDataset, te::da::DataSource *inDatasource, const std::string &propName, te::stat::StringStatisticalSummary &ss)
 
TESTATEXPORT void te::stat::Mode (const std::vector< double > &values, te::stat::NumericStatisticalSummary &ss)
 
TESTATEXPORT void te::stat::Mode (const std::vector< std::string > &values, te::stat::StringStatisticalSummary &ss)
 

Detailed Description

A set of functions to calculate the statistic summary from a set of values.

Definition in file SummaryFunctions.h.