powered by
Returns a NORMAL distribution object that produce random numbers from a normal distribution using the rnorm function
rnorm
new_NORMAL(p_mean, p_sd, p_dimnames = "rvar")
An object of class DISTRIBUTION, NORMAL
DISTRIBUTION
NORMAL
A numeric that represents the mean value
A numeric that represents the standard deviation
A character that represents the name of the dimension
John J. Aponte
myDistr <- new_NORMAL(0,1) myDistr$rfunc(10)
Run the code above in your browser using DataLab