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
TensorVariableper 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.