Skip to content

Commit d39304a

Browse files
committed
update car usage and car density parameters
1 parent 0c909e2 commit d39304a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Scripts/parameters/car.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,31 +19,31 @@
1919
"oop": 0.784781268,
2020
}
2121
car_usage: Dict[str,Any] = {
22-
"constant": -11.2296,
22+
"constant": -0.8551,
2323
"generation": {},
2424
"log": {
25-
"cars_per_1000": 2.0804,
26-
"population_density": -0.1471,
25+
"cars_per_1000": 0.6490,
26+
"population_density": -0.3684,
2727
},
2828
"individual_dummy": {
2929
"age_7-17": -9999,
30-
("age_18-29", "male"): 0.2969,
31-
("age_30-49", "female"): 1.1019,
32-
("age_30-49", "male"): 1.4157,
33-
("age_50-64", "female"): 0.8173,
34-
("age_50-64", "male"): 1.9978,
35-
("age_65-99", "male"): 1.8737,
30+
("age_18-29", "male"): 0.0,
31+
("age_30-49", "female"): 0.6795,
32+
("age_30-49", "male"): 1.1779,
33+
("age_50-64", "female"): 0.7980,
34+
("age_50-64", "male"): 1.6197,
35+
("age_65-99", "male"): 1.4483,
3636
},
3737
}
3838
car_density = {
3939
"constant": 0.0,
4040
"generation": {
41-
"share_detached_houses_new": 2.523e-01, # Originally estimated for percentages (0-100), here transformed
42-
"helsinki": 3.782e-02,
43-
"surrounding": 5.043e-02,
41+
"share_detached_houses_new": 3.500e-01, # Originally estimated for percentages (0-100), here transformed
42+
"helsinki": 1.411e-01,
43+
"surrounding": 1.823e-01,
4444
},
4545
"log": {
46-
"time_ratio": 1.708e-01,
47-
"cost_ratio": 1.708e-01,
46+
"time_ratio": 1.273e-01,
47+
"cost_ratio": 1.273e-01,
4848
},
4949
}

0 commit comments

Comments
 (0)