Skip to content

Commit 2f77273

Browse files
committed
Merge remote-tracking branch 'origin/helmet5-car-parameters' into helmet5-experimental
2 parents 8d72c05 + 8d189f1 commit 2f77273

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
@@ -20,31 +20,31 @@
2020
"oop": 0.604623955305384,
2121
}
2222
car_usage: Dict[str,Any] = {
23-
"constant": -0.8551,
23+
"constant": -1.0477,
2424
"generation": {},
2525
"log": {
26-
"cars_per_1000": 0.6490,
27-
"population_density": -0.3684,
26+
"cars_per_1000": 0.6475,
27+
"population_density": -0.3436,
2828
},
2929
"individual_dummy": {
3030
"age_7-17": -9999,
31-
("age_18-29", "male"): 0.0,
32-
("age_30-49", "female"): 0.6795,
33-
("age_30-49", "male"): 1.1779,
34-
("age_50-64", "female"): 0.7980,
35-
("age_50-64", "male"): 1.6197,
36-
("age_65-99", "male"): 1.4483,
31+
("age_18-29", "male"): -0.0890,
32+
("age_30-49", "female"): 0.6808,
33+
("age_30-49", "male"): 1.1759,
34+
("age_50-64", "female"): 0.8005,
35+
("age_50-64", "male"): 1.6203,
36+
("age_65-99", "male"): 1.4475,
3737
},
3838
}
3939
car_density = {
4040
"constant": 0.0,
4141
"generation": {
42-
"share_detached_houses_new": 3.500e-01, # Originally estimated for percentages (0-100), here transformed
43-
"helsinki": 1.411e-01,
44-
"surrounding": 1.823e-01,
42+
"share_detached_houses_new": 4.241e-01, # Originally estimated for percentages (0-100), here transformed
43+
"helsinki": 1.248e-01,
44+
"surrounding": 1.733e-01,
4545
},
4646
"log": {
47-
"time_ratio": 1.273e-01,
48-
"cost_ratio": 1.273e-01,
47+
"time_ratio": 1.284e-01,
48+
"cost_ratio": 1.284e-01,
4949
},
5050
}

0 commit comments

Comments
 (0)