psrc / urbansim2

3 stars 0 forks source link

Lag variables #33

Closed hanase closed 7 years ago

hanase commented 7 years ago

Figure out how to do lag variables in urbansim2. Needed for #9.

hanase commented 7 years ago

From Scott's email 12/13/2016: We didn’t use any lag variables with urbansim 2. I believe if you were going to do so, you would probably handle this use orca tables/columns to basically archive agent tables for previous years.

See also this thread.

hanase commented 7 years ago

Implemented in the function add_lag_datasets in (models.py)[https://github.com/psrc/urbansim2/blob/master/psrc_urbansim/models.py]. A solution for estimation needs to be worked out, see #58.