.sfcr_broyden {sfcr} | R Documentation |
Broyden solver wrapper
.sfcr_broyden(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. |
This function implements the Broyden method to solve the cyclical blocks of equations.
João Macalós