Programmer Guide/Command Reference/EVAL/grand: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
Generation of gaussian distributed pseudo random numbers. | Generation of gaussian distributed pseudo random numbers. | ||
;Usage: | ;Usage: <code>grand(''m'' {, ''s'' , ''seed'' , ''nr'' , ''nc''})</code> | ||
:;''m'': mean value of the gaussian distribution | :;''m'': mean value of the gaussian distribution | ||
:;''s'': standard deviation of the gaussian distibution (default=1) | :;''s'': standard deviation of the gaussian distibution (default=1) |
Latest revision as of 10:45, 21 April 2011
Generation of gaussian distributed pseudo random numbers.
- Usage
grand(m {, s , seed , nr , nc})
- m
- mean value of the gaussian distribution
- s
- standard deviation of the gaussian distibution (default=1)
- seed
- if this value is not equal 0, it is used to initialize the random number generator (default=0)
- nr
- number of rows of the result (default=1)
- nc
- number of columns of the result (default=1)