| UnivariateCondDistribution-class {distrEx} | R Documentation |
Univariate conditional distribution
Description
Class of univariate conditional distributions.
Objects from the Class
Objects can be created by calls of the form new("UnivariateCondDistribution", ...).
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 "UnivariateDistribution", directly.
Class "Distribution", by class "UnivariateDistribution".
Methods
- cond
signature(object = "UnivariateCondDistribution"): accessor function for slotcond.- show
signature(object = "UnivariateCondDistribution")- plot
signature(object = "UnivariateCondDistribution"): not yet implemented.
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de
See Also
Examples
new("UnivariateCondDistribution")