GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-565e82de51
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
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
Enumerations
a
c
d
e
h
i
j
l
m
n
o
p
r
s
t
v
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
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
double
count
;
13
double
min
;
14
double
max
;
15
double
sum
;
16
double
sumsq
;
17
double
sumabs
;
18
double
mean
;
19
double
meanabs
;
20
double
var
;
21
double
stdev
;
22
};
23
24
#define CLASS_INTERVAL 1
25
#define CLASS_STDEV 2
26
#define CLASS_QUANT 3
27
#define CLASS_EQUIPROB 4
28
#define CLASS_DISCONT 5
29
30
#include <
grass/defs/arraystats.h
>
31
32
#endif
dbmi.h
arraystats.h
gis.h
glocale.h
stdio.h
stdlib.h
GASTATS
Definition:
arraystats.h:11
GASTATS::sum
double sum
Definition:
arraystats.h:15
GASTATS::mean
double mean
Definition:
arraystats.h:18
GASTATS::sumabs
double sumabs
Definition:
arraystats.h:17
GASTATS::max
double max
Definition:
arraystats.h:14
GASTATS::meanabs
double meanabs
Definition:
arraystats.h:19
GASTATS::stdev
double stdev
Definition:
arraystats.h:21
GASTATS::var
double var
Definition:
arraystats.h:20
GASTATS::min
double min
Definition:
arraystats.h:13
GASTATS::count
double count
Definition:
arraystats.h:12
GASTATS::sumsq
double sumsq
Definition:
arraystats.h:16
include
grass
arraystats.h
Generated on Thu Mar 20 2025 07:33:22 for GRASS GIS 8 Programmer's Manual by
1.9.1