Creates an Object Representing Normal Distribution
The function creates an object which represents the normal distribution.
normdist(mean = 0, sd = 1)
mean |
mean parameter, default: 0. |
sd |
standard deviation parameter, default: 1. |
See Normal
.
Object of class normdist.
N <- normdist(1, 5) d(N, c(2, 3, 4, NA)) r(N, 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.