Dexp: Derivative w.r.t. x of the exponential distribution function

Description Usage Arguments Details Value Examples

View source: R/Exponential.R

Description

Derivative w.r.t. x of the exponential distribution function

Usage

1
Dexp(x, D, rate = 1)

Arguments

x

vector of quantiles

D

a non-negative integer

rate

of the distributio

Details

F(x) = 1 - exp(-rate x)

Value

Dexp gives the distribution function when D = 0, the density when D = 1, the derivative of the density when D = 2, and so on

Examples

1
Dexp(1,1,0,2)

cmottet/DistributionPty documentation built on May 13, 2019, 8:44 p.m.