distrEx (version 2.8.0)

UnivariateCondDistribution-class: Univariate conditional distribution

Description

Class of univariate conditional distributions.

Arguments

Objects from the Class

Objects can be created by calls of the form new("UnivariateCondDistribution", ...).

Slots

cond

Object of class "Condition": condition

img

Object of class "rSpace": the image space.

param

Object of class "OptionalParameter": an optional parameter.

r

Object of class "function": generates random numbers.

d

Object of class "OptionalFunction": optional conditional density function.

p

Object of class "OptionalFunction": optional conditional cumulative distribution function.

q

Object of class "OptionalFunction": optional conditional quantile function.

.withArith

logical: used internally to issue warnings as to interpretation of arithmetics

.withSim

logical: used internally to issue warnings as to accuracy

.logExact

logical: used internally to flag the case where there are explicit formulae for the log version of density, cdf, and quantile function

.lowerExact

logical: used internally to flag the case where there are explicit formulae for the lower tail version of cdf and quantile function

Symmetry

object 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 slot cond.

show

signature(object = "UnivariateCondDistribution")

plot

signature(object = "UnivariateCondDistribution"): not yet implemented.

Author

Matthias Kohl Matthias.Kohl@stamats.de

See Also

Distribution-class

Examples

Run this code
new("UnivariateCondDistribution")

Run the code above in your browser using DataCamp Workspace