Grass module to produce a raster map layer of gaussian deviates whose mean and standard deviation can be expressed by the user. it uses a gaussian random number generator.
raster, statistics
r.surf.gauss
r.surf.gauss help
r.surf.gauss output=name [mean=float] [sigma=float] [--overwrite] [--verbose] [--quiet]
Allow output files to overwrite existing files
Verbose module output
Quiet module output
Name of the output random surface
Distribution mean
Default: 0.0
Standard deviation
Default: 1.0
r.surf.gauss produces a raster map layer of Gaussian deviates whose mean and standard deviation can be expressed by the user. It uses a Gaussian random number generator. It is essentialy the same as r.surf.random, but uses a Gaussian random number generator instead.
Histogram of map generated with r.surf.gauss (mean=0, sigma=10)
r.surf.contour, r.surf.fractal, r.surf.idw, r.surf.idw2, r.surf.random, v.surf.rst
Jo Wood
ASSIST's home
Last changed: $Date: 2008-06-01 12:06:54 +0200 (Sun, 01 Jun 2008) $
Full index
� 2003-2014 GRASS Development Team