Normal Distribution |
Distributions associated with the Normal Equation:
dnorm(x, μ , σ) Returns the probability density for value x.
pnorm(x, μ , σ) Returns the cumulative probability distribution for value x.
cnorm(x) Returns the cumulative probability distribution with mean 0 and variance 1.
qnorm(p, μ, σ) Returns the inverse cumulative probability distribution for probability p.
rnorm(m, μ, σ) Returns a vector of m random numbers having the normal distribution.