| MultivariateDistribution-class {distrEx} | R Documentation |
Multivariate Distributions
Description
The class of multivariate distributions. One has at least to
specify the image space of the distribution and a function generating
(pseudo-)random numbers. The slot q is usually filled with
NULL for dimensions > 1.
Objects from the Class
Objects can be created by calls of the form new("MultivariateDistribution", ...).
Slots
imgObject of class
"rSpace". Image space of the distribution. Usually an object of class"EuclideanSpace".paramObject of class
"OptionalParameter". Optional parameter of the multivariate distribution.rObject of class
"function": generates (pseudo-)random numbersdObject of class
"OptionalFunction": optional density functionpObject of class
"OptionalFunction": optional cumulative distribution functionqObject of class
"OptionalFunction": optional 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 "Distribution", directly.
Methods
- show
signature(object = "MultivariateDistribution")- plot
signature(object = "MultivariateDistribution"): not yet implemented.
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de
See Also
Examples
# Dirac-measure in (0,0)
new("MultivariateDistribution")