At Step t, using the data that have been generated at Step t
Posted: Wed Jul 07, 2010 4:14 pm
I m generating data of a variable B, that dependents and is linked to the variable A.
A (t) -- > B (t)
With a loop, B comes back to A.
B (t) --> A (t) --> B (t)
At the same step t, A (t) can't use the data of B (t) , because of the time.
How can I use at the Time t , the data of B that have been generated at Time-1 to avoid this problem of time and have the following configuration?:
B (t-1) --> A (t) --> B (t)
Thanks .
Claudia
A (t) -- > B (t)
With a loop, B comes back to A.
B (t) --> A (t) --> B (t)
At the same step t, A (t) can't use the data of B (t) , because of the time.
How can I use at the Time t , the data of B that have been generated at Time-1 to avoid this problem of time and have the following configuration?:
B (t-1) --> A (t) --> B (t)
Thanks .
Claudia