Functions used to calculate spatial statistics operations. More...
Go to the source code of this file.
Namespaces | |
te | |
TerraLib. | |
te::sa | |
Namespace for the TerraLib SA module. | |
Functions | |
TESAEXPORT void | te::sa::BoxMap (te::sa::GeneralizedProximityMatrix *gpm, double mean) |
Function used to calculate the box map info for a gpm, classifies the objects in quadrants based in the scatterplot of moran index. More... | |
TESAEXPORT double | te::sa::GlobalMoranSignificance (te::sa::GeneralizedProximityMatrix *gpm, int attrIdx, int permutationsNumber, double moranIndex) |
Function used to calculate the global moran significance. More... | |
TESAEXPORT void | te::sa::GStatistics (te::sa::GeneralizedProximityMatrix *gpm, int attrIdx) |
The local spatial statistic G is calculated for each zone based on the spatial weights object used. The value returned is a Z-value, and may be used as a diagnostic tool. High positive values indicate the posibility of a local cluster of high values of the variable being analysed, very low relative values a similar cluster of low values. More... | |
TESAEXPORT void | te::sa::LISAMap (te::sa::GeneralizedProximityMatrix *gpm, int permutationsNumber) |
Function used to calculate the lisa map info for a gpm, classifies the objects based in the statistical significance of the moran local indexes (LISA). More... | |
TESAEXPORT void | te::sa::LisaStatisticalSignificance (te::sa::GeneralizedProximityMatrix *gpm, int permutationsNumber) |
Function used to calculate LISA Statical Significance for each gpm element. More... | |
TESAEXPORT void | te::sa::LocalMean (te::sa::GeneralizedProximityMatrix *gpm, int attrIdx) |
Function used to calculate the local mean of each vertex from gpm graph. More... | |
TESAEXPORT double | te::sa::MoranIndex (te::sa::GeneralizedProximityMatrix *gpm) |
Function used to calculate the moran index, also calculates the local moran value. More... | |
TESAEXPORT double | te::sa::MoranIndex (te::sa::GeneralizedProximityMatrix *gpm, double mean, double variance, int attrIdx) |
Function used to calculate the moran index to calculate the significance of the global moran index. More... | |
TESAEXPORT void | te::sa::MoranMap (te::sa::GeneralizedProximityMatrix *gpm) |
Function used to calculate the moran map info for a gpm, classifies the objects based in the scatterplot of Moran index and its statistical significance. More... | |
TESAEXPORT void | te::sa::ZAndWZ (te::sa::GeneralizedProximityMatrix *gpm, int attrIdx) |
Function used to calculate the standard deviation Z and local mean of the desviation Z (WZ). of each vertex from gpm graph. More... | |
Functions used to calculate spatial statistics operations.
\reference Methods adapted from TerraLib4.
Definition in file SpatialStatisticsFunctions.h.