Private Attributes | |
double | observedEmployersQuotient = 0.1d |
The number of attempts made to find better employment conditions (![]() | |
double | observedSuppliersQuotient = 1d |
The number of firms with a non-empty inventory, that are observed before the goods are bought from the cheapest supplier(s). | |
double | savingRate = 0.1d |
The share of unexpected income the household saves. | |
double | savings = 0d |
The initial savings. | |
double | consumptionElasticity = 2.d |
The elasticity of substitution for consumption. | |
double | expectedIncomeUpdateRate = 0.25d |
household expected income change rate |
Definition at line 30 of file HouseholdInitValues.java.
double observedEmployersQuotient = 0.1d [private] |
The number of attempts made to find better employment conditions ().
Definition at line 38 of file HouseholdInitValues.java.
double observedSuppliersQuotient = 1d [private] |
The number of firms with a non-empty inventory, that are observed before the goods are bought from the cheapest supplier(s).
Definition at line 49 of file HouseholdInitValues.java.
double savingRate = 0.1d [private] |
The share of unexpected income the household saves.
Definition at line 55 of file HouseholdInitValues.java.
double savings = 0d [private] |
double consumptionElasticity = 2.d [private] |
The elasticity of substitution for consumption.
Definition at line 67 of file HouseholdInitValues.java.
double expectedIncomeUpdateRate = 0.25d [private] |