dnorm_deriv1: First derivative of a normal distribution

Description Usage Arguments Value Examples

Description

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

Usage

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

Arguments

x

real value

mean

real value (default 0)

sd

real value (default 1)

Value

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

Examples

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

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