Functions used in statistics operations. More...
Go to the source code of this file.
Namespaces | |
te | |
TerraLib. | |
te::sa | |
Namespace for the TerraLib SA module. | |
Functions | |
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::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::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... | |
Functions used in statistics operations.
\reference Methods adapted from TerraLib4.
Definition in file StatisticsFunctions.h.