StatisticsFunctions.h File Reference

Functions used in statistics operations. More...

#include "../Config.h"
#include "KernelFunctions.h"
#include <string>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::sa
 Namespace for the TerraLib SA module.
 

Functions

TESAEXPORT double te::sa::FirstMoment (te::sa::GeneralizedProximityMatrix *gpm, int attrIdx)
 Function used to calculate mean (first moment) of a specific attribute from a gpm. More...
 
TESAEXPORT double te::sa::FirstMoment (std::vector< double > vec)
 Function used to calculate mean (first moment) from a vector with double values. More...
 
TESAEXPORT double te::sa::SecondMoment (te::sa::GeneralizedProximityMatrix *gpm, int attrIdx, double mean)
 Function used to calculate variance (second moment) of a specific attribute from a gpm. More...
 
TESAEXPORT double te::sa::Sum (te::sa::GeneralizedProximityMatrix *gpm, int attrIdx)
 Function used to calculate sum of a specific attribute from a gpm. More...
 
TESAEXPORT double te::sa::Sum (te::sa::KernelMap &kMap)
 Function used to calculate sum of the intensity value from a kernel map. More...
 

Detailed Description

Functions used in statistics operations.

Methods adapted from TerraLib4.

Definition in file StatisticsFunctions.h.