#88: smoother is computed for auxiliary variables --------------------------+------------------------------------------------- Reporter: michel | Owner: michel Type: bug | Status: new Priority: critical | Milestone: Component: Core M-files | Version: Keywords: | --------------------------+------------------------------------------------- The smoother is currently computed for all variables, including auxiliary variables. The smoother should be computed only for requested variables
#88: smoother is computed for auxiliary variables ---------------------------+------------------------------------------------ Reporter: michel | Owner: michel Type: bug | Status: closed Priority: critical | Milestone: Component: Core M-files | Version: Resolution: fixed | Keywords: ---------------------------+------------------------------------------------ Changes (by sebastien):
* status: new => closed * resolution: => fixed
Comment:
Fixed in commit 6a2d2a7b461d0c5016e184517d8b29cfd4270161.
By default, the smoother is now computed for all declared endogenous variables (and not for auxiliary).
If "selected_variables_only" option is set, the smoother is only computed for the variables listed on the "estimation" command line.
#88: smoother is computed for auxiliary variables ---------------------------+------------------------------------------------ Reporter: michel | Owner: michel Type: bug | Status: closed Priority: critical | Milestone: Component: Core M-files | Version: Resolution: fixed | Keywords: ---------------------------+------------------------------------------------
Comment(by michel):
Correcting previous comment: by default the smoother is computed for all endogenous variables including auxiliary ones (changing that would break existing code)