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