Skip to content

Commit c4b1f61

Browse files
authored
Merge pull request #33 from cal-itp/aadt-ci
updated CI analysis, the 605 is a work in progress - currently being …
2 parents 0c783e0 + e67f190 commit c4b1f61

11 files changed

Lines changed: 35554 additions & 383 deletions

tc_compare/aadt_confidence_interval/aadt_ci_v6_2022.ipynb

Lines changed: 577 additions & 287 deletions
Large diffs are not rendered by default.

tc_compare/aadt_confidence_interval/aadt_ci_v6_2022_d03_sr99.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@
12071207
"outputs": [],
12081208
"source": [
12091209
"# 4.4) Export to CSV \n",
1210-
"#cmp_df.to_csv(\"step_4_comparison_dataframe.csv\", index=False)"
1210+
"cmp_df.to_csv(\"step_4_comparison_dataframe_v2.csv\", index=False)"
12111211
]
12121212
},
12131213
{
@@ -1335,7 +1335,7 @@
13351335
"outputs": [],
13361336
"source": [
13371337
"# 3.4) Export to CSV \n",
1338-
"#cmp_df.to_csv(\"step_5_collapse_to_one_row.csv\", index=False)"
1338+
"cmp_df.to_csv(\"step_5_collapse_to_one_row_v2.csv\", index=False)"
13391339
]
13401340
},
13411341
{
@@ -1602,7 +1602,7 @@
16021602
"* We’re 95% confident the true average difference between the Non-Traditional AADT and the Traditional AADT lies between about 10% lower and about 3% higher.\n",
16031603
"* Because this range includes zero, we can’t claim a consistent corridor-level bias—on average, the Non-Traditional AADT may not be systematically higher or lower than the Traditional AADT data.\n",
16041604
"\n",
1605-
"### T-Test Statistic (-1.101)\n",
1605+
"### T-Test Statistic (-1.11)\n",
16061606
"* Our observed average difference (Non-Traditional AADT vs. Traditional AADT) sits about 1.11 “standard errors” below zero. The minus sign just says Non-Traditional AADT skews lower on average.\n",
16071607
"\n",
16081608
"### Summary\n",

0 commit comments

Comments
 (0)