|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ProductDistribution
ProductDistribution[dist1, dist2, ...]
represents the joint distribution with independent component distributions
,
, ....
DetailsDetails
- The probability density for ProductDistribution[dist1, dist2, ...] is given by
where
is the PDF of
,
is the PDF of
, etc. - The notation
indicates that
is repeated n times. - The distributions
can be any combination of univariate, multivariate, continuous, or discrete distributions. - ProductDistribution can be used with such functions as Mean, CDF, and RandomVariate.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
Define a two-dimensional distribution for independent normal random variables:
| In[1]:= |
| In[2]:= |
| Out[2]= | ![]() |
Define a two-dimensional distribution for independent identically distributed components:
| In[1]:= |
| In[2]:= |
| Out[2]= | ![]() |
Define a multivariate distribution with continuous and discrete components:
| In[1]:= |
| In[2]:= |
| Out[2]= |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


