Unique varlist and choosing endogenous variables for estimation
- Make sure that only unique entries of var_list_ are processed. Prevents redundant results and unnecessary crashes.
- Adds new option for selection of endogenous variables for estimation (#336 (closed))
TBD:
- add two tokens like
consider_all_endogenous
andconsider_only_observed
toestimation
that setoptions_.endo_var_estimation
toall_endogenous_variables
andonly_observed_variables
, respectively - add those to the documentation