Description Usage Arguments Details Author(s)
Newton-Raphson solver implemented with rootSolve::multiroot()
1 | .sfcr_newton(m, equations, periods, max_ite, tol, ...)
|
m |
The initialized matrix obtained with |
equations |
Prepared equations with |
periods |
Total number of rows (periods) in the model. |
max_ite |
Maximum number of iterations allowed per block per period. |
tol |
Tolerance accepted to determine convergence. |
... |
Extra parameters to pass to |
This function implements the Newton-Raphson method to solve the cyclical
blocks of equations. It relies on the multiroot() function from rootSolve.
João Macalós
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.