r.surf.gauss(1) - Linux man page

Name

r.surf.gauss - 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.

Keywords

raster

Synopsis

r.surf.gauss
r.surf.gauss help
r.surf.gauss output=name [mean=float] [sigma=float] [--overwrite] [--verbose] [--quiet]

Flags:

--overwrite

Allow output files to overwrite existing files
--verbose

Verbose module output
--quiet

Quiet module output

Parameters:

output=name

Name of the output random surface
mean=float

Distribution mean
Default: 0.0
sigma=float

Standard deviation
Default: 1.0

Description

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.

See Also

r.surf.contour, r.surf.fractal, r.surf.idw, r.surf.idw2, r.surf.random, v.surf.rst

Author

jwo@le.ac.uk
ASSIST's home

Last changed: $Date: 2007-08-26 00:52:52 +0200 (Sun, 26 Aug 2007) $

Full index

© 2003-2008 GRASS Development Team