mixexpgamma_fun {dsdp} | R Documentation |
A density function of Mixed Exponential and Gamma Distributions
Description
A density function of
0.2(2 e^{-2x}) + 0.8 \frac{x^3}{3!}e^{-x}.
Usage
mixexpgamma_fun(x)
Arguments
x |
A numeric vector for arguments of a density function. |
Value
A numeric vector of probabilities for a given argument x
.
See Also
[Package dsdp version 0.1.1 Index]