1topic_statistics(1) GRASS GIS User's Manual topic_statistics(1)
2
3
4
6 d.correlate Prints a graph of the correlation between raster maps (in
7 pairs).
8
9 db.univar Calculates univariate statistics on selected table column.
10
11 i.cca Canonical components analysis (CCA) program for image pro‐
12 cessing.
13
14 r.clump Recategorizes data in a raster map by grouping cells that
15 form physically discrete areas into unique categories.
16
17 r.coin Tabulates the mutual occurrence (coincidence) of categories
18 for two raster map layers.
19
20 r.covar Outputs a covariance/correlation matrix for user-specified
21 raster map layer(s).
22
23 r.cross Creates a cross product of the category values from multiple
24 raster map layers.
25
26 r.kappa Calculates error matrix and kappa parameter for accuracy as‐
27 sessment of classification result.
28
29 r.mode Finds the mode of values in a cover map within areas as‐
30 signed the same category value in a user-specified base map.
31
32 r.object.geometry Calculates geometry parameters for raster objects.
33
34 r.quant Produces the quantization file for a floating-point map.
35
36 r.reclass.area Reclasses a raster map greater or less than user specified
37 area size (in hectares).
38
39 r.regression.line Calculates linear regression from two raster maps: y = a +
40 b*x.
41
42 r.regression.multi Calculates multiple linear regression from raster maps.
43
44 r.report Reports statistics for raster maps.
45
46 r.statistics Calculates category or object oriented statistics.
47
48 r.stats Generates area statistics for raster map.
49
50 r.stats.quantile Compute category quantiles using two passes.
51
52 r.stats.zonal Calculates category or object oriented statistics (accumula‐
53 tor-based statistics).
54
55 r.support.stats Update raster map statistics
56
57 r.univar Calculates univariate statistics from the non-null cells of
58 a raster map.
59
60 r3.stats Generates volume statistics for 3D raster maps.
61
62 r3.univar Calculates univariate statistics from the non-null cells of
63 a 3D raster map.
64
65
66
67
68 t.rast.univar Calculates univariate statistics from the non-null cells for
69 each registered raster map of a space time raster dataset.
70
71 t.rast3d.univar Calculates univariate statistics from the non-null cells for
72 each registered 3D raster map of a space time 3D raster
73 dataset.
74
75 t.vect.univar Calculates univariate statistics of attributes for each reg‐
76 istered vector map of a space time vector dataset
77
78 v.db.univar Calculates univariate statistics on selected table column
79 for a GRASS vector map.
80
81 v.kcv Randomly partition points into test/train sets.
82
83 v.normal Tests for normality for vector points.
84
85 v.outlier Removes outliers from vector point data.
86
87 v.qcount Indices for quadrat counts of vector point lists.
88
89 v.rast.stats Calculates univariate statistics from a raster map based on
90 a vector map and uploads statistics to new attribute col‐
91 umns.
92
93 v.univar Calculates univariate statistics of vector map features.
94
95
96 See also the corresponding keyword statistics for additional refer‐
97 ences.
98
99 Main index | Topics index | Keywords index | Graphical index | Full in‐
100 dex
101
102 © 2003-2023 GRASS Development Team, GRASS GIS 8.2.1 Reference Manual
103
104
105
106GRASS 8.2.1 topic_statistics(1)