distrEx (version 2.0.4)

MultivariateDistribution-class: 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.

Arguments

Objects from the Class

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

Extends

Class "Distribution", directly.

concept

  • multivariate distribution
  • S4 distribution class

See Also

Distribution-class

Examples

Run this code
# Dirac-measure in (0,0)
new("MultivariateDistribution")

Run the code above in your browser using DataCamp Workspace