Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


moveHMM (version 1.10)

dexp_rcpp: Exponential density function

Description

Probability density function of the exponential distribution (written in C++)

Usage

dexp_rcpp(x, rate, foo = 0)

Value

Vector of densities

Arguments

x

Vector of quantiles

rate

Rate

foo

Unused (for compatibility with template)