Sum of time series
Posted: Fri Jun 17, 2011 11:30 pm
Hello,
I have problems creating time series.
Here is the setup:
K is a variable and l runs from 1 to K.
With this notation, I have created the series h{!K}{!j}.
E.g. K=2: Series being created are h11 and h21 h22.
Now I want to create H{!K} = (1/{!K})*???
Here is an example
E.g. K=2 H1= 1/1 * h11
H2= 1/2 * (h21+h22)
Herein is my problem: How do I create this sum / the sum of two time series?
K and l are defined within the programm.
Thank You!
I have problems creating time series.
Here is the setup:
K is a variable and l runs from 1 to K.
With this notation, I have created the series h{!K}{!j}.
E.g. K=2: Series being created are h11 and h21 h22.
Now I want to create H{!K} = (1/{!K})*???
Here is an example
E.g. K=2 H1= 1/1 * h11
H2= 1/2 * (h21+h22)
Herein is my problem: How do I create this sum / the sum of two time series?
K and l are defined within the programm.
Thank You!