NORMAL | R Documentation |
Returns a NORMAL distribution object that produce random numbers
from a normal distribution using the rnorm
function
new_NORMAL(p_mean, p_sd, p_dimnames = "rvar")
p_mean |
A numeric that represents the mean value |
p_sd |
A numeric that represents the standard deviation |
p_dimnames |
A character that represents the name of the dimension |
An object of class DISTRIBUTION
, NORMAL
John J. Aponte
myDistr <- new_NORMAL(0,1)
myDistr$rfunc(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.