Description Usage Arguments Details Value Author(s) Examples
View source: R/normalDistribution.R
Probability density distribution of a normally distributed variable.
1 | normalDistribution(x = "numeric", mu = "numeric", sigma = "numeric")
|
x |
The x-value (numeric) |
mu |
The expextation value (numeric) |
sigma |
The standard deviation (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.
The probability of observing event x given mu and sigma. (numeric)
Sebastian Malkusch, malkusch@med.uni-frankfurt.de
1 | y <- pguIMP::normalDistribution(x=5, mu=0.0, sigma=1.0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.