Typical usages are
AbscontDistribution(r)
AbscontDistribution(r = NULL, d)
AbscontDistribution(r = NULL, d = NULL, p)
AbscontDistribution(r = NULL, d = NULL, p = NULL, d)
AbscontDistribution(r, d, p, q)
Minimally, only one of the slots r
, d
, p
or q
needs to be given as argument.
The other non-given slots are then reconstructed according to the following scheme:
r |
d |
p |
q |
proceding |
- |
- |
- |
- |
excluded |
- |
+ |
- |
- |
p by .D2P , q by .P2Q , r by q(runif(n)) |
- |
- |
+ |
- |
d by .P2D , q by .P2Q , r by q(runif(n)) |
- |
+ |
+ |
- |
q by .P2Q , r by q(runif(n)) |
- |
- |
- |
+ |
p by .Q2P , d by .P2D , r by q(runif(n)) |
- |
+ |
- |
+ |
p by .Q2P , r by q(runif(n)) |
- |
- |
+ |
+ |
d by .P2D , r by q(runif(n)) |
- |
+ |
+ |
+ |
r by q(runif(n)) |
+ |
- |
- |
- |
call to RtoDPQ |
+ |
+ |
- |
- |
p by .D2P , q by .P2Q |
+ |
- |
+ |
- |
d by .P2D , q by .P2Q |
+ |
+ |
+ |
- |
q by .P2Q |
+ |
- |
- |
+ |
p by .Q2P , d by .P2D |
+ |
+ |
- |
+ |
p by .Q2P |
+ |
- |
+ |
+ |
d by .P2D |
+ |
+ |
+ |
+ |
nothing |
For this purpose, one may alternatively give arguments low1
and up1
(NULL
each by default,
and determined through slot q
, resp. p
, resp. d
, resp. r
in this order
according to availability),
for the (finite) range of values in the support of this distribution,
as well as the possibly infinite theoretical range given by
arguments low
and up
with default values -Inf
, Inf
, respectively.
Of course all other slots may be specified as arguments.