dnorm_deriv2: Second derivative of a normal distribution

Description Usage Arguments Value Examples

Description

Returns the value of the second derivative of a normal distribution at a given point x

Usage

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

Arguments

x

real value

mean

real value (default 0)

sd

real value (default 1)

Value

value: value of a second derivative of a normal distribution at a given point x

Examples

1
curve(dnorm_deriv2(x), -5, 5)

rchan26/mixGaussTempering documentation built on June 14, 2019, 3:26 p.m.