BEYOND NEWTON: ROBUST METHODS FOR SOLVING LARGE NONLINEAR MODELS IN TROLL
Newton's Method is an important algorithm for solving nonlinear systems of equations. For any solution algorithm, the principle concerns are robustness (finding a solution reliably) and efficiency (finding a solution quickly). Newton is simple in principle, but a useful implementation must deal with a variety of practical and theoretical obstacles.By using partial derivatives, Newton's Method can model the shape of the residual surface to provide quadratic convergence near the solution: the number of correct digits doubles each iteration. But far from the solution, the full Newton step may go too far, leading to divergence or oscillation. Or the full step may be illegal, leading to economic nonsense like negative prices and numerical problems like taking the log of a negative number. Automatic damping -- taking shorter steps along the Newton direction -- can improve global convergence in such cases.The most expensive part of Newton's Method is factoring the Jacobian matrix. The Jacobian can be very large in contemporary macroeconometric models, particularly forward-looking models that introduce simultaneity across time periods as well as between equations. Newton is impractical for such large models unless it can exploit the sparsity of the Jacobian. Sparse direct methods can be applied to the entire Jacobian; one advantage of direct methods is that after the first iteration, subsequent factorings can be extremely fast. An alternative is iterative Krylov subspace methods; their small memory requirements are an advantage, but they may fail to converge. In the case of forward-looking models, the stacked Jacobian has a block band-diagonal structure that can be exploited by direct methods or for preconditioning iterative methods.his paper describes enhancements to Newton's Method used in the TROLL modeling system and illustrates them with a variety of contemporary models.
Year of publication: |
2000-07-05
|
---|---|
Authors: | Hollinger, Peter |
Institutions: | Society for Computational Economics - SCE |
Saved in:
freely available
Saved in favorites
Similar items by person
-
The Stacked-Time Simulator in TROLL: A Robust Algorithm for Solving Forward-Looking Models
Hollinger, Peter,
-
Structural sensitivity in econometric models
Kuh, Edwin, (1985)
-
Linear analysis of large nonlinear models and model simplification
Kuh, Edwin, (1986)
- More ...