|
19 | 19 | "oop": 0.784781268, |
20 | 20 | } |
21 | 21 | car_usage: Dict[str,Any] = { |
22 | | - "constant": -11.2296, |
| 22 | + "constant": -0.8551, |
23 | 23 | "generation": {}, |
24 | 24 | "log": { |
25 | | - "cars_per_1000": 2.0804, |
26 | | - "population_density": -0.1471, |
| 25 | + "cars_per_1000": 0.6490, |
| 26 | + "population_density": -0.3684, |
27 | 27 | }, |
28 | 28 | "individual_dummy": { |
29 | 29 | "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, |
36 | 36 | }, |
37 | 37 | } |
38 | 38 | car_density = { |
39 | 39 | "constant": 0.0, |
40 | 40 | "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, |
44 | 44 | }, |
45 | 45 | "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, |
48 | 48 | }, |
49 | 49 | } |
0 commit comments