26 #ifndef __TERRALIB_STATISTICAL_CORE_INTERNAL_SUMMARYFUNCTIONS_H 
   27 #define __TERRALIB_STATISTICAL_CORE_INTERNAL_SUMMARYFUNCTIONS_H 
   42   namespace da { 
class DataSource; }
 
  101                                                        const std::string& propName,
 
  113                                                         const std::string& propName,
 
  119 #endif  // __TERRALIB_STATISTICAL_CORE_INTERNAL_SUMMARYFUNCTIONS_H 
Enumerations related to Vector Processing module. 
 
TESTATEXPORT void GetStringStatisticalSummary(std::vector< std::string > &values, te::stat::StringStatisticalSummary &ss)
 
TESTATEXPORT void GetNumericStatisticalSummaryQuery(const std::string &inDataset, te::da::DataSource *inDatasource, const std::string &propName, te::stat::NumericStatisticalSummary &ss)
 
TESTATEXPORT void GetStringStatisticalSummaryQuery(const std::string &inDataset, te::da::DataSource *inDatasource, const std::string &propName, te::stat::StringStatisticalSummary &ss)
 
#define TESTATEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A structure to hold the set of statistics from a set of numerical values. 
 
A structure to hold the set of statistics from a set of categorical (sample) values. 
 
An abstract class for data providers like a DBMS, Web Services or a regular file. ...
 
Configuration flags for the Terrralib Statistic module. 
 
TESTATEXPORT void GetNumericStatisticalSummary(std::vector< double > &values, te::stat::NumericStatisticalSummary &ss, double nullVal)
 
TESTATEXPORT std::vector< double > Mode(const std::vector< double > &values)