gEconpy.model.statespace.DSGEStateSpace.make_symbolic_graph#

DSGEStateSpace.make_symbolic_graph()#

Build the symbolic statespace graph for the DSGE model.

This method constructs the PyTensor computational graph representing the linearized DSGE model in state-space form. It sets up the transition and selection matrices from the perturbation solution, configures the observation equation, and initializes state covariances.

The method should only be called after configure() has been called.