LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 19 Mar 2010 09:57:41 -0700
Reply-To:   Paige Miller <paige.miller@KODAK.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Paige Miller <paige.miller@KODAK.COM>
Organization:   http://groups.google.com
Subject:   Re: create second random variable with 0 correlation
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

On Mar 19, 12:38 pm, "dc...@hotmail.com" <dc...@hotmail.com> wrote: > Hi; > > could someone suggest how to calculate a random variable with 0 > correlation to a series of know observations? > > I have a dataset that consists of stock price returns for one stock on > a dly basis. Total number of observations is 200. I need to create a > random variable with 200 observations that has a correlation of .2 > with this dataset

You ask for a random variable that has zero correlation with another RV? That's easy, just use any random number generator, your new variable is uncorrelated with the old.

You ask for a random variable that has 0.2 correlation with another RV? The method is here: http://www.uvm.edu/~dhowell/StatPages/More_Stuff/Gener_Correl_Numbers.html

-- Paige Miller paige\dot\miller \at\ kodak\dot\com


Back to: Top of message | Previous page | Main SAS-L page