Steady State#

system_to_steady_state(system, shocks)

pt_error_from_resid(resid[, func])

Build a pytensor scalar error graph from a stacked residual vector.

build_root_graphs(equations, ss_input_nodes)

Build the pytensor graphs needed by scipy.optimize.root.

build_minimize_graphs(equations, ss_input_nodes)

Build the pytensor graphs needed by scipy.optimize.minimize.

compile_known_ss(ss_solution_dict, ...[, ...])

print_steady_state(ss_dict)

simplify_provided_ss_equations(...)

Substitute intermediate variables out of user-provided steady-state equations.

propagate_steady_state_through_identities(...)

Extend user-provided steady-state values by solving simple single-unknown equations.