|br| Update/compute the reduced form parameters of `var_expectation_model`. Needs to be executed
|br| Update/compute the reduced form parameters of ``var_expectation_model``. Needs to be executed
before attempts to simulate or estimate the model and requires the auxiliary `var_model` to have
before attempts to simulate or estimate the model and requires the auxiliary ``var_model`` to have
previously been initialized.
previously been initialized.
|br|
|br|
...
@@ -13769,9 +13769,9 @@ More generally, it is possible to consider finite discounted sums.
...
@@ -13769,9 +13769,9 @@ More generally, it is possible to consider finite discounted sums.
var_expectation.update('varexp');
var_expectation.update('varexp');
.. warning:: Changes to the parameters of the underlying auxiliary `var_model` require calls to
.. warning:: Changes to the parameters of the underlying auxiliary ``var_model`` require calls to
`var_expectation.initialize` and `var_expectation.update` to become effective. Changes to the
``var_expectation.initialize`` and ``var_expectation.update`` to become effective. Changes to the
`var_expectation_model` or its associated parameters require a call to `var_expectation.update`.
``var_expectation_model`` or its associated parameters require a call to ``var_expectation.update``.
PAC equation
PAC equation
------------
------------
...
@@ -13839,7 +13839,7 @@ simply add the exogenous variables to the PAC equation (without the weight
...
@@ -13839,7 +13839,7 @@ simply add the exogenous variables to the PAC equation (without the weight
.. command:: pac_model (OPTIONS...);
.. command:: pac_model (OPTIONS...);
|br| Declares a PAC model. A `.mod` file can have more than one PAC model or PAC equation, but each PAC equation must be associated to a different PAC model.
|br| Declares a PAC model. A ``.mod`` file can have more than one PAC model or PAC equation, but each PAC equation must be associated to a different PAC model.
*Options*
*Options*
...
@@ -13950,8 +13950,8 @@ of the PAC equation can only be conducted conditional on the values of the param
...
@@ -13950,8 +13950,8 @@ of the PAC equation can only be conducted conditional on the values of the param
of the auxiliary model.
of the auxiliary model.
.. warning:: The estimation routines described below require the option
.. warning:: The estimation routines described below require the option
`json=compute` be passed to the preprocessor (via the command line
``json=compute`` be passed to the preprocessor (via the command line
or at the top of the `.mod` file, see :ref:`dyn-invoc`).
or at the top of the ``.mod`` file, see :ref:`dyn-invoc`).