PrognCondDistribution-class {distrEx} | R Documentation |
The posterior distribution of X given (X+E)=y
Objects can be created by calls of the form PrognCondDistribution
where Regr
and error
are the respective (a.c.) distributions of X and E
and the other arguments control accuracy in integration.
cond
:"PrognCondition"
: condition img
:"rSpace"
: the image space. param
:"OptionalParameter"
: an
optional parameter.r
:"function"
:
generates random numbers. d
:"OptionalFunction"
:
optional conditional density function. p
:"OptionalFunction"
:
optional conditional cumulative distribution function. q
:"OptionalFunction"
:
optional conditional quantile function. gaps
:NULL
.withArith
:.withSim
:.logExact
:.lowerExact
:
Class "AbscontCondDistribution"
, directly.
Class "Distribution"
, by classes "UnivariateCondDistribution"
and "AbscontCondDistribution"
.
Matthias Kohl Matthias.Kohl@stamats.de
PrognCondition-class
, UnivariateCondDistribution-class
AbscontCondDistribution-class
, Distribution-class
PrognCondDistribution()