Focal Point
Devide two fields

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2861037072

February 09, 2008, 05:34 AM
FrankDutch
Devide two fields
I have a database that holds the stock index values for several stocks per month over the last 60 months.

I need to calculate the moving (or rolling) change of these values by dividing #37 by #1 and #38 by #2 and so on till #60 by #24.

How can that be done?

When I have the results (24 values per stock) I have to calculate the MEAN, AVERAGE, VARIANCE.
(This issue was brought up here standard deviation. )

Thanks for your help and ideas.




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

February 10, 2008, 05:38 PM
susannah
well, hmm, lets see.
you have to get #1 into the same record as #37.
so you
1) build your extract
MONTH/I6YYM VALUE
2) build a 2nd extract
BASEMONTH BASEVALUE
where BASEMONTH is the AYM(MONTH,-36,'I6YYM')
Now just join em up
JOIN MONTH IN HOLD1 TO BASEMONTH IN HOLD2 AS..
and you've got the basevalue in the same record as the original value.
Seems like it should work..

i bemoan the death of EPS, Econometric Programming Systems by Data Resources. It was so easy..
SET FREQ = M
RATEOFCHANGE = VALUE / VALUE\36;
reads: value divided by same value lag 36, when the workspace was set to monthly frequency.
*sigh*




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID