traveler.core.endog.Endogenous#
- class traveler.core.endog.Endogenous(source, typehint)[source]#
Bases:
objectA class to represent an endogenous variable in a model.
- name#
The name of the endogenous variable.
- Type:
str
Initializes the Endogenous object with a name.
- Parameters:
name (str) – The name of the endogenous variable.
source (str)
typehint (Any)