Returns a NORMAL distribution object that produce random numbers
from a normal distribution using the rnorm
function
Arguments
- 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
Value
An object of class DISTRIBUTION
, NORMAL