Description Usage Arguments Value
View source: R/standardizing_functions.R
Compute the PDF of a univariate normal distribution.
1 | dnorm_mine(x, mean, sd)
|
x |
is the point where the density will be evaluated at. |
mean |
is the mean of the normal distribution. |
sd |
is the standard deviation of the normal distribution. |
It returns the density of a univariate normal distribution with specified mean and sd at point x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.