Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.9K Views
|
2 Replies
|
3 Total Likes
View groups...
Share
Share this post:

How to generate a list that represents a multinormal distribution?

Posted 2 years ago
POSTED BY: Jürgen Kanz
2 Replies

Yes, it works. Thank you, Gianluca.

POSTED BY: Jürgen Kanz

Have you tried this:

dist = MultinormalDistribution[{7, 4, 5, 6},
   {{1, 0.5, 0.5, 0.5}, {0.5, 1, 0.5, 0.5},
    {0.5, 0.5, 1, 0.5}, {0.5, 0.5, 0.5, 1}}];
exampleList = RandomReal[dist, {20, 10}]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard