Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ddnorm

Derivative of the Normal Distribution's Density Function


Description

This 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.

Usage

ddnorm( x, mean = 0, sd = 1 )

Arguments

x

quantile or vector of quantiles.

mean

mean or vector of means.

sd

standard deviation or vector of standard deviations.

Value

numeric value(s): derivative(s) of the density function of the normal distribution with respect to the quantile

Author(s)

Arne Henningsen

See Also

Examples

ddnorm( c( -1, 0, 1 ) )

miscTools

Miscellaneous Tools and Utilities

v0.6-26
GPL (>= 2)
Authors
Arne Henningsen, Ott Toomet
Initial release
2019-12-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.