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, Dnp.ndarray

Jacobian matrices from the linearized system.

Tnp.ndarray

Transition matrix.

Rnp.ndarray

Shock-response matrix.

tolfloat, default 1e-8

Tolerance for state-variable identification.