Description Usage Arguments Value Examples
Returns the value of the first derivative of a normal distribution at a given point x
1 | dnorm_deriv1(x, mean = 0, sd = 1)
|
x |
real value |
mean |
real value (default 0) |
sd |
real value (default 1) |
value: value of a first derivative of a normal distribution at a given point x
1 | curve(dnorm_deriv1(x), -5, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.