powered by
Probability density distribution of a normally distributed variable.
normalDistribution(x = "numeric", mu = "numeric", sigma = "numeric")
The x-value (numeric)
The expextation value (numeric)
The standard deviation (numeric)
The probability of observing event x given mu and sigma. (numeric)
Calculates p(x | mu, sigma). Where p is the probability of observing an event x given the expected value mu and the standard deviation sigma.
# NOT RUN { y <- pguIMP::normalDistribution(x=5, mu=0.0, sigma=1.0) # }
Run the code above in your browser using DataLab