Derivative of the Normal Distribution's Density Function
ddnorm.RdThis function returns the derivative(s) of the density function
of the normal (Gaussian) distribution with respect to the quantile,
evaluated at the quantile(s), mean(s), and standard deviation(s)
specified by arguments x, mean, and sd, respectively.
Value
numeric value(s): derivative(s) of the density function of the normal distribution with respect to the quantile
Examples
ddnorm( c( -1, 0, 1 ) )
#> [1] 0.2419707 0.0000000 -0.2419707