Description Generic function Methods Author(s) See Also Examples
Generates random numbers following a normal distribution. mean and
sd can be specified as objects of class FLQuant, of the
same dimensions, but any of the two could be given as a numeric. In this case the value
will be reused accordingly.
rnorm(n, mean, sd)
n is the number of iterations of the return object. mean and sd are FLQuant objects and must be of equal size. When both sd and mean are specified the returned object is an FLQuant object with n iterations, filled with randomly generated numbers. When only 1 of mean or sd is supplied the return object is a vector of length n.
same as above, but dimensions will be given by sd, and mean will be reused accordingly.
same as above, but instead dimensions will be given by mean, and sd will be reused accordingly.
uses an FLQuantPoint to obtain mean and sd from the mean and var iterations.
The FLR Team
rnorm, FLQuant, FLQuantPoint
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.