| AbscontCondDistribution-class {distrEx} | R Documentation |
Absolutely continuous conditional distribution
Description
The class of absolutely continuous conditional univariate distributions.
Objects from the Class
Objects can be created by calls of the form new("AbscontCondDistribution", ...).
Slots
condObject of class
"Condition": conditionimgObject of class
"rSpace": the image space.paramObject of class
"OptionalParameter": an optional parameter.rObject of class
"function": generates random numbers.dObject of class
"OptionalFunction": optional conditional density function.pObject of class
"OptionalFunction": optional conditional cumulative distribution function.qObject of class
"OptionalFunction": optional conditional quantile function..withArithlogical: used internally to issue warnings as to interpretation of arithmetics
.withSimlogical: used internally to issue warnings as to accuracy
.logExactlogical: used internally to flag the case where there are explicit formulae for the log version of density, cdf, and quantile function
.lowerExactlogical: used internally to flag the case where there are explicit formulae for the lower tail version of cdf and quantile function
Symmetryobject of class
"DistributionSymmetry"; used internally to avoid unnecessary calculations.
Extends
Class "UnivariateCondDistribution", directly.
Class "Distribution", by class "UnivariateCondDistribution".
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de
See Also
UnivariateCondDistribution-class, Distribution-class
Examples
new("AbscontCondDistribution")