|
"Gary " <iamtkdking@hotmail.com> wrote in message <isf6tb$boq$1@newscl01ah.mathworks.com>...
> Hi,
>
> I am new to matlab and wonder if anyone would be able to help the following:
> I now have a group of simulated data shown in a 1000-by-12 matrix, thus 1000 simulations and 12 variables. Does anybody know how to plot the sample joint distribution of these simulated data??? (I have spent days on this but failed to find a clue, I will be very much grateful if someone could give a hint !!!)
>
> Thanks in advance!
> Gary
- - - - - - - - -
Quite aside from the plotting problem, unless you already know something about these variables' joint distribution, such as that they are known to be jointly normal or the like, then having only a 1000 samples is in general far, far too few to gather any reliable information about their joint distribution.
If they are known to be jointly normal, then of course only their covariance is necessary to determine their joint distribution and a 1000 samples might be adequate.
Think of it this way. Suppose that all twelve variables are restricted to the values 1 and 0 which are equally likely and are otherwise mutually independent except that they can never all be simultaneously 0. Without this second restriction the odds of being all 0 would be 1/4096. How could you be reasonably sure of such a restriction with only 1000 samples?
As for plotting, with only two variables you can do a reasonable job of plotting joint distribution using a surface plot. However with twelve variables, even if you had an adequate number of samples, it seems a hopeless task to visualize the joint distribution of all twelve. If each variable could assume 100 different values, you would have to somehow exhibit 10^24 different joint probability values. How could you do this visually with plotting?
Roger Stafford
|