R.DEXP(x,scale,give_log)
x: observation
scale: the scale parameter of the distribution
give_log: if true, log of the result will be returned instead
This function returns the probability density function of the exponential distribution.
R.PEXP, R.QEXP.