powered by
The function creates an object which represents the normal distribution.
normdist(mean = 0, sd = 1)
mean parameter, default: 0.
standard deviation parameter, default: 1.
Object of class normdist.
See Normal.
Normal
# NOT RUN { N <- normdist(1, 5) d(N, c(2, 3, 4, NA)) r(N, 5) # }
Run the code above in your browser using DataLab