Skip to Main Content Skip to Search
Login
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Thread Subject: Free book on generating random number and generating mulitvariate normal random number

Subject: Free book on generating random number and generating mulitvariate normal random number

From: Peter

Date: 9 May, 2008 06:39:04

Message: 1 of 4

I am wondering if there are any multivariate normal random
number generation scheme other than the one taking the
product of uncorreated standard normal numbers and Cholesky
decomposition of the covariance matrix.

Also, few years ago I came across a website where I could
download the entire book on generating random numbers. The
was upset by the publisher who wasn't willing to print a
second edition of his book even though the first edition
was sold out and there he allowed people to download his
book. Does anyone know what this website is?

Cheers!

Subject: Free book on generating random number and generating mulitvariate

From: NZTideMan

Date: 9 May, 2008 07:23:19

Message: 2 of 4

On May 9, 6:39=A0pm, "Peter " <cf...@hotmail.com> wrote:
> I am wondering if there are any multivariate normal random
> number generation scheme other than the one taking the
> product of uncorreated standard normal numbers and Cholesky
> decomposition of the covariance matrix.
>
> Also, few years ago I came across a website where I could
> download the entire book on generating random numbers. The
> was upset by the publisher who wasn't willing to print a
> second edition of his book even though the first edition
> was sold out and there he allowed people to download his
> book. Does anyone know what this website is?
>
> Cheers!

I think it was "Through the Looking Glass".
Here's an excerpt:
Twas brillig, and the slithy toves
Did gyre and gimble in the wabe:
All mimsy were the borogoves,
And the mome raths outgrabe.

Subject: Free book on generating random number and generating mulitvariate

From: Peter Perkins

Date: 9 May, 2008 15:22:38

Message: 3 of 4

Peter wrote:
> I am wondering if there are any multivariate normal random
> number generation scheme other than the one taking the
> product of uncorreated standard normal numbers and Cholesky
> decomposition of the covariance matrix.

Why would you want another method?

For non-normal multivariate random number generation, see MVTRND, WISHRND,
IWISHRND, SLICESAMPLE, and COPULARND in the Statistics Toolbox.


> Also, few years ago I came across a website where I could
> download the entire book on generating random numbers. The
> was upset by the publisher who wasn't willing to print a
> second edition of his book even though the first edition
> was sold out and there he allowed people to download his
> book. Does anyone know what this website is?

The book is Non-Uniform Random Variate Generation, by Luc Devroye, and it is
excellent, though tough going at times. It is here:

<http://cg.scs.carleton.ca/~luc/rnbookindex.html>

You will find random number generation functions for many of the distributions
Devroye covers in the Statistics Toolbox.

Hope this helps.

- Peter Perkins
   The MathWorks, Inc.

Subject: Free book on generating random number and generating mulitvariate

From: Peter

Date: 12 May, 2008 05:59:03

Message: 4 of 4

Peter Perkins <Peter.PerkinsRemoveThis@mathworks.com> wrote
in message <g01q7u$jm8$1@fred.mathworks.com>...

> Why would you want another method?

The reason is I need to generate random numbers between
pairs of random variables seperately rather than a block
while maintaining the covariance structure.

And many thanks for the website of the book.

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread

envelope graphic E-mail this page to a colleague

Public Submission Policy
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.
Related Topics