Martin Landa d2bb946aa7 r.surf.gauss: manual page clean up hace 12 años
..
Makefile d6700ffb2c Update LIBES, DEPENDENCIES from linkage database hace 15 años
README db49180dd7 welcome to GRASS 7.0.svn hace 17 años
gaussurf.c 97680241f7 r.surf.gauss: add progress info hace 12 años
local_proto.h db49180dd7 welcome to GRASS 7.0.svn hace 17 años
main.c 97680241f7 r.surf.gauss: add progress info hace 12 años
r.surf.gauss.html d2bb946aa7 r.surf.gauss: manual page clean up hace 12 años
r_surf_gauss_hist.png b5d5dffaef compress PNG images with 'optipng -o5'; svn props hace 13 años

README

r.surf.gauss - Program 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 from Press, Flannery,
Teukolsky and Vetterling (1988) - Numerical Recipes in C.

See also - r.surf.random

Jo Wood, 24th November, 1991

-------

Usage:
r.surf.gauss out=name [mean=value] [sigma=value]

Parameters:
out Name of the random surface to be produced
mean Distribution mean
default: 0.0
sigma Standard deviation
default: 1.0