traveler.Endogenous#

class traveler.Endogenous(source, typehint)[source]#

Bases: object

A 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)