Steady plans
Directly accessible properties
| Property | Description |
|---|---|
Categorical list of functions
Creating new steady plans
| Function | Description |
|---|---|
SteadyPlan |
Create new steady plan object |
Exogenizing and endogenizing steady-state values
| Function | Description |
|---|---|
Fixing steady-state values
| Function | Description |
|---|---|
fix |
Fix steady-state values |
unfix |
Unfix steady-state values |
Getting information about steady plans
| Function | Description |
|---|---|
print_table |
Print the SimulationPlan as a table |
☐ SteadyPlan
Create new steady plan object
☐ fix
Fix steady-state values
☐ print_table
Print the SimulationPlan as a table
self.print_table()
Input arguments
self
SimulationPlan to be printed on the screen, with one row showing
exogenized or endogenized data points grouped by the name and dates.
Returns
Returns no value; the table is printed on the screen.
☐ unfix
Unfix steady-state values