1r.surf.gauss(1)             GRASS GIS User's Manual            r.surf.gauss(1)
2
3
4

NAME

6       r.surf.gauss   -  Generates  a  raster map using gaussian random number
7       generator.
8       Mean and standard deviation of gaussian deviates can  be  expressed  by
9       the user.
10

KEYWORDS

12       raster, surface, random
13

SYNOPSIS

15       r.surf.gauss
16       r.surf.gauss --help
17       r.surf.gauss  output=name  [mean=float]   [sigma=float]   [--overwrite]
18       [--help]  [--verbose]  [--quiet]  [--ui]
19
20   Flags:
21       --overwrite
22           Allow output files to overwrite existing files
23
24       --help
25           Print usage summary
26
27       --verbose
28           Verbose module output
29
30       --quiet
31           Quiet module output
32
33       --ui
34           Force launching GUI dialog
35
36   Parameters:
37       output=name [required]
38           Name for output raster map
39
40       mean=float
41           Distribution mean
42           Default: 0.0
43
44       sigma=float
45           Standard deviation
46           Default: 1.0
47

DESCRIPTION

49       r.surf.gauss produces a raster map of Gaussian deviates whose mean  and
50       standard  deviation  can  be  expressed by the user. It uses a Gaussian
51       random number generator. It is essentially the same  as  r.surf.random,
52       but uses a Gaussian random number generator instead.
53

EXAMPLE

55       g.region -p n=228500 s=215000 w=630000 e=645000 res=10
56       r.surf.gauss out=gauss mean=0 sigma=10
57       # check result
58       r.univar gauss
59       Figure: Random Gaussian surface example (mean: 0; sigma: 10)
60
61       With the histogram tool the cell values versus count can be shown.
62
63       Figure:  Histogram  of random Gaussian surface example (mean: 0; sigma:
64       10)
65

SEE ALSO

67        r.surf.contour, r.surf.fractal, r.surf.idw, r.surf.random, v.surf.rst
68

AUTHOR

70       Jo Wood, ASSIST’s home
71

SOURCE CODE

73       Available at: r.surf.gauss source code (history)
74
75       Accessed: Mon Jun 20 16:46:31 2022
76
77       Main index | Raster index | Topics index | Keywords index  |  Graphical
78       index | Full index
79
80       © 2003-2022 GRASS Development Team, GRASS GIS 8.2.0 Reference Manual
81
82
83
84GRASS 8.2.0                                                    r.surf.gauss(1)
Impressum