Edlaplace2 {DiscreteLaplace} | R Documentation |
First- and second-order moments of ADSL
Description
First- and second-order moment of the ADSL distribution.
Usage
Edlaplace2(p, q)
Arguments
p |
the first parameter |
q |
the first parameter |
Details
For the ADSL distribution,
and
Value
A list containing the first- and the second-order moments of the ADSL distribution, E1
and E2
.
Author(s)
Alessandro Barbiero, Riccardo Inchingolo
References
A. Barbiero, An alternative discrete Laplace distribution, Statistical Methodology, 16: 47-67
See Also
estdlaplace2
, loss
, ddlaplace2
Examples
Edlaplace2(p=0.3, q=0.3)
Edlaplace2(p=0.3, q=0.6)
Edlaplace2(p=0.6, q=0.3)
Edlaplace2(p=0.6, q=0.6)
[Package DiscreteLaplace version 1.1.1 Index]