SSJ
V. 2.2.

Package umontreal.iro.lecuyer.probdistmulti

This package contains Java classes providing methods to compute mass, density, distribution and complementary distribution functions for some multi-dimensional discrete and continuous probability distributions.

See: Description

Package umontreal.iro.lecuyer.probdistmulti Description

This package contains Java classes providing methods to compute mass, density, distribution and complementary distribution functions for some multi-dimensional discrete and continuous probability distributions. It does not generate random numbers for multivariate distributions; for that, see the package umontreal.iro.lecuyerrandvarmulti.

Distributions

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

F(x1, x2,…, xd) = P[X1x1, X2x2,…, Xdxd]  
  = 1#12#2 ... 3#3f (s1, s2,…, sd)  ds1ds2dsd  

while that of a discrete random vector X with mass function {p1, p2,…, pd} over a fixed set of real numbers is
F(x1, x2,…, xd) = P[X1x1, X2x2,…, Xdxd]  
  = 4#45#5 ... 6#6p(x1, x2,…, xd),  

where p(x1, x2,…, xd) = P[X1 = x1, X2 = x2,…, Xd = xd]. For a discrete distribution over the set of integers, one has
F(x1, x2,…, xd) = P[X1x1, X2x2,…, Xdxd]  
  = 7#78#8 ... 9#9p(s1, s2,…, sd),  

where p(s1, s2,…, sd) = P[X1 = s1, X2 = s2,…, Xd = sd].

We define 10#10, the complementary distribution function of X, as

11#11(x1, x2,…, xd) = P[X1x1, X2x2,…, Xdxd].

SSJ
V. 2.2.

To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.