| solve_2nd_order | R Documentation |
Computes the second-order approximation of a nonlinear DSGE model around its deterministic steady state.
solve_2nd_order(model, params, shock_sd, tol = 1e-06)
model |
A |
params |
Named numeric vector of parameters. |
shock_sd |
Named numeric vector of shock standard deviations. |
tol |
Eigenvalue tolerance for first-order solution. |
The second-order terms capture nonlinear effects including:
Asymmetric responses to positive vs negative shocks
Risk/precautionary effects (g_ss, h_ss corrections)
State-dependent dynamics (quadratic policy terms)
Uses the method of Schmitt-Grohe and Uribe (2004).
A dsge_solution object with additional second-order fields:
order, g_xx, h_xx, g_ss, h_ss.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.