MultivariateDistribution-class
From distrEx v1.9
by Matthias Kohl
Multivariate Distributions
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
.
- Keywords
- distribution
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
Examples
# Dirac-measure in (0,0)
new("MultivariateDistribution")
Community examples
Looks like there are no examples yet.