R.DEXP

R.DEXP probability density function of the exponential distribution

Synopsis

R.DEXP(x,scale,give_log)

Arguments

x: observation

scale: the scale parameter of the distribution

give_log: if true, log of the result will be returned instead

Description

This function returns the probability density function of the exponential distribution.

See also

R.PEXP, R.QEXP.