Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Correlated Random Variates

Can anybody provide me with a procedure to generate
correlated random variates?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 812
Default Correlated Random Variates

Can anybody provide me with a procedure to generate
correlated random variates?


How many sets? If only two, then you can use this formula:

CRV2 = corr * RV1+ RV2 * (1 - corr ^ 2) ^ 0.5

If you want more than 2, it gets progressively more complicated.
I'd suggest an Internet search or try www.riskchat.com, where
somebody offered a VBA routine.

HTH,
Merjet


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Correlated Random Variates

here is a good link:
http://www.kellogg.nwu.edu/faculty/m...ddins.htm#simt
See
CORAND(CorrelArray, RandSource), entered as an array formula in a
range of cells in a row, returns RANDom values for making random
variables that have correlations as in the given CorrelArray. (See
also NORMIZE.)

Also, if U and V are independent std normal then:
X=a + bU
Y=c + d*rho*U+d*sqrt(1-rho^2)*V
are bivariate normal.

boyd

"Paul Goldwater" wrote in message ...
Can anybody provide me with a procedure to generate
correlated random variates?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I generate correlated standard normals? Dan Excel Worksheet Functions 1 November 8th 05 11:21 PM
Non-random numbers generated by excel's data analysis random gener Allie Excel Worksheet Functions 10 September 17th 05 06:19 AM
Non-random numbers generated by excel's data analysis random gener Harlan Grove Excel Discussion (Misc queries) 2 September 13th 05 04:06 PM
Generating Correlated Random Values in Excel Randy Excel Discussion (Misc queries) 2 January 16th 05 09:50 PM
how do I generate an array of correlated values vishs Excel Worksheet Functions 1 November 20th 04 12:24 AM


All times are GMT +1. The time now is 11:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"