Calculates density and higher order derivatives for Gaussian models.
normal_dgps(x, v, mean, sd)
A scalar corresponding to the value of the normal density function or derivatives thereof.
Scalar, point of evaluation.
Nonnegative integer, the derivative order (0 indicates cdf, 1 indicates pdf, etc.).
Scalar, the mean of the normal distribution.
Strictly positive scalar, the standard deviation of the normal distribution.