From cf63313c1c80f937501e32ebd6e6eb98e877287d Mon Sep 17 00:00:00 2001 From: rakow Date: Wed, 31 Jan 2024 15:53:37 +0100 Subject: [PATCH] limit the minimum income --- src/main/java/org/matsim/prepare/population/CalcIncome.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/matsim/prepare/population/CalcIncome.java b/src/main/java/org/matsim/prepare/population/CalcIncome.java index 8ef3dcb9..832ac8e9 100644 --- a/src/main/java/org/matsim/prepare/population/CalcIncome.java +++ b/src/main/java/org/matsim/prepare/population/CalcIncome.java @@ -19,8 +19,9 @@ public class CalcIncome implements PersonAlgorithm { /** * Income groups in Euro. The last element is the maximum income in the model, which is not known but defined. + * The minimum is also defined as well. */ - private static final int[] INCOME_GROUPS = new int[]{0, 500, 900, 1500, 2000, 2600, 3000, 3600, 4600, 5600, 8000}; + private static final int[] INCOME_GROUPS = new int[]{400, 500, 900, 1500, 2000, 2600, 3000, 3600, 4600, 5600, 8000}; /** * Distribution per economic status. See python file extract income.