View source: R/lpbwdensity_fn.R
normal_dgps | R Documentation |
Calculates density and higher order derivatives for Gaussian models.
normal_dgps(x, v, mean, sd)
x |
Scalar, point of evaluation. |
v |
Nonnegative integer, the derivative order (0 indicates cdf, 1 indicates pdf, etc.). |
mean |
Scalar, the mean of the normal distribution. |
sd |
Strictly positive scalar, the standard deviation of the normal distribution. |
A scalar corresponding to the value of the normal density function or derivatives thereof.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.