gEconpy.model.model.Model.ss_tensors#

Model.ss_tensors(filter_known=False)#

Pytensor scalar variables for the model’s steady-state symbols.

Returns one scalar TensorVariable per model variable plus calibrated parameter, in model order. Variables are created in the shared sympytensor cache on first access so that repeated calls and downstream graph-building share the same object identity.

Parameters:
filter_knownbool

If True, exclude variables whose steady-state values are analytically known (from the STEADY_STATE block). Default is False (return all).

Returns:
list of TensorVariable