Re: MultivariateDistribution mathematica 6
- To: mathgroup at smc.vnet.net
- Subject: [mg82797] Re: [mg82734] MultivariateDistribution mathematica 6
- From: DrMajorBob <drmajorbob at bigfoot.com>
- Date: Wed, 31 Oct 2007 06:12:11 -0500 (EST)
- References: <29021655.1193749844031.JavaMail.root@m35>
- Reply-to: drmajorbob at bigfoot.com
MultivariateDistribution is undefined, but this works: Needs["MultivariateStatistics`"] RandomReal[MultinormalDistribution[{20, 2}, IdentityMatrix@2], 10] {{21.1481, 1.25282}, {20.6256, 1.71745}, {20.0602, 3.22925}, {20.5506, 2.74803}, {18.6518, 3.08621}, {20.0575, 1.20383}, {18.4222, 3.03258}, {19.8141, 1.19753}, {20.1395, 2.41439}, {19.3369, 3.11428}} Bobby On Tue, 30 Oct 2007 03:25:35 -0500, John <jwa0 at lehigh.edu> wrote: > Yesterday I entered, > > Needs["MultivariateStatistics`"] > RandomInteger[MultivariateDistribution[20,{1/3,1/3,1/3}],10] > > The statements executed, and I saved the file. Today nothing works. > Error message says the symbol MultivariateDistribution has a shadow. > > How do I establish a context for my application in which Multivariate > Distribution means what I want it to mean. > > John > > > -- DrMajorBob at bigfoot.com