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 (July 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 10 Jul 2004 23:17:39 -0400
Reply-To:   Howard Schreier <Howard_Schreier@ITA.DOC.GOV>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Howard Schreier <Howard_Schreier@ITA.DOC.GOV>
Subject:   Re: NEED HELP in double summing of cross multiplication..PLS!!!

So you have about 350 trading days (350 x 72 = 25,200).

Why don't you post a mini example (perhaps 2 days x 4 intervals per day) and show both the input data and expected results?

On Sat, 10 Jul 2004 11:28:26 -0700, Marky <marky@NEOSTRADA.PL> wrote:

>Hi Fellows, > >I have a problem with following matter: > >I have about 25000 observations which are 5-minute returns of certain >equity (equivalent to 1.5 year). I need to create a formula that >computes a sum of cross multiplications every 72 (here 72 equals 1 >day)observations. Formula is as follows: (sum from i=1 to 71)(sum from >j=i+1 to 72) r(i)*r(j) > >where r(i) is return in time i > >PLEASE help me with that. I only made a formula that computes sum of >multiplication over all observations, but it is useless for me ;( > >THANKS for help


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