See: Description
| Class | Description |
|---|---|
| BiNormalDist |
Extends the class
ContinuousDistribution2Dim for the bivariate
normal distribution. |
| BiNormalDonnellyDist |
Extends the class
BiNormalDist for the bivariate
normal distribution
using a translation of Donnelly's FORTRAN code. |
| BiNormalGenzDist |
Extends the class
BiNormalDist for the bivariate
normal distribution
using Genz's algorithm as described in. |
| BiStudentDist |
Extends the class
ContinuousDistribution2Dim for the standard bivariate Student's t distribution. |
| ContinuousDistribution2Dim |
Classes implementing 2-dimensional continuous distributions should inherit
from this class.
|
| ContinuousDistributionMulti |
Classes implementing continuous multi-dimensional distributions should inherit
from this class.
|
| DirichletDist |
Implements the abstract class
ContinuousDistributionMulti for the
Dirichlet distribution with parameters
(α1,...,αd),
αi > 0. |
| DiscreteDistributionIntMulti |
Classes implementing multi-dimensional discrete distributions over the integers
should inherit from this class.
|
| MultinomialDist |
Implements the abstract class
DiscreteDistributionIntMulti for the
multinomial distribution with parameters n and
(p1, ...,pd). |
| MultiNormalDist |
Implements the abstract class
ContinuousDistributionMulti for the
multinormal distribution with mean vector μ and covariance
matrix Σ. |
| NegativeMultinomialDist |
Implements the abstract class
DiscreteDistributionIntMulti for the
negative multinomial distribution with parameters
γ > 0 and
(
p1,…, pd), such that all 0 < pi < 1 and
∑i=1dpi < 1. |
We recall that the distribution function of a continuous random
vector
X = {x1, x2,…, xd} with density
f (x1, x2,…, xd) over the
d-dimensional space Rd is
We define 10#10, the complementary distribution function of X, as
To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.