gEconpy.model.perturbation.check_perturbation_solution#
- gEconpy.model.perturbation.check_perturbation_solution(A, B, C, D, T, R, tol=1e-08)#
Log the residual norms of a solved perturbation system.
- Parameters:
- A, B, C, D
np.ndarray Jacobian matrices from the linearized system.
- T
np.ndarray Transition matrix.
- R
np.ndarray Shock-response matrix.
- tol
float, default 1e-8 Tolerance for state-variable identification.
- A, B, C, D