GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
Main Page
Related Pages
+
Data Structures
Data Structures
Class Hierarchy
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
y
z
+
Enumerations
a
c
d
e
h
l
m
n
o
p
r
s
t
v
y
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
arraystats.h
Go to the documentation of this file.
1
#ifndef GRASS_ARRAYSTATS_H
2
#define GRASS_ARRAYSTATS_H
3
4
#include <stdio.h>
5
#include <stdlib.h>
6
#include <math.h>
7
#include <
grass/gis.h
>
8
#include <
grass/glocale.h
>
9
#include <
grass/dbmi.h
>
10
11
struct
GASTATS
12
{
13
double
count
;
14
double
min
;
15
double
max
;
16
double
sum
;
17
double
sumsq
;
18
double
sumabs
;
19
double
mean
;
20
double
meanabs
;
21
double
var
;
22
double
stdev
;
23
};
24
25
#define CLASS_INTERVAL 1
26
#define CLASS_STDEV 2
27
#define CLASS_QUANT 3
28
#define CLASS_EQUIPROB 4
29
#define CLASS_DISCONT 5
30
31
#include <
grass/defs/arraystats.h
>
32
33
#endif
glocale.h
GASTATS::mean
double mean
Definition:
arraystats.h:19
GASTATS::stdev
double stdev
Definition:
arraystats.h:22
GASTATS::count
double count
Definition:
arraystats.h:13
dbmi.h
gis.h
GASTATS::sumabs
double sumabs
Definition:
arraystats.h:18
GASTATS::sum
double sum
Definition:
arraystats.h:16
GASTATS
Definition:
arraystats.h:11
GASTATS::max
double max
Definition:
arraystats.h:15
GASTATS::min
double min
Definition:
arraystats.h:14
GASTATS::var
double var
Definition:
arraystats.h:21
GASTATS::meanabs
double meanabs
Definition:
arraystats.h:20
arraystats.h
GASTATS::sumsq
double sumsq
Definition:
arraystats.h:17
include
grass
arraystats.h
Generated on Mon May 31 2021 05:21:27 for GRASS GIS 7 Programmer's Manual by
1.8.13