Skip to content

Commit e682822

Browse files
committed
fix typo
Signed-off-by: Nathaniel <NathanielF@users.noreply.github.com>
1 parent 8999d91 commit e682822

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/knowledgebase/structural_causal_models.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5021,7 +5021,7 @@
50215021
},
50225022
{
50235023
"cell_type": "code",
5024-
"execution_count": 259,
5024+
"execution_count": null,
50255025
"metadata": {},
50265026
"outputs": [
50275027
{
@@ -5047,12 +5047,12 @@
50475047
"fig, axs = plt.subplots(1, 3, figsize=(15, 4), sharex=True)\n",
50485048
"az.plot_posterior(idata_nhefs, var_names=\"alpha\", ax=axs[0])\n",
50495049
"axs[0].axvline(ols_est, label=\"OLS estimate\", linestyle=\"--\", color=\"k\")\n",
5050-
"axs[0].set_title(r\"Parameter Esimate: $\\alpha$ for Linear Model\")\n",
5050+
"axs[0].set_title(r\"Parameter Estimate: $\\alpha$ for Linear Model\")\n",
50515051
"az.plot_posterior(idata_nhefs_cate, var_names=\"alpha\", ax=axs[1])\n",
5052-
"axs[1].set_title(r\"Parameter Esimate: $\\alpha$ for BART Model\")\n",
5052+
"axs[1].set_title(r\"Parameter Estimate: $\\alpha$ for BART Model\")\n",
50535053
"axs[1].axvline(ols_est, label=\"OLS estimate\", linestyle=\"--\", color=\"k\")\n",
50545054
"az.plot_posterior(idata_nhefs_0_rho, var_names=\"alpha\", ax=axs[2])\n",
5055-
"axs[2].set_title(r\"Parameter Esimate: $\\alpha$ for $\\rho = 0$\")\n",
5055+
"axs[2].set_title(r\"Parameter Estimate: $\\alpha$ for $\\rho = 0$\")\n",
50565056
"axs[2].axvline(ols_est, label=\"OLS estimate\", linestyle=\"--\", color=\"k\")\n",
50575057
"axs[0].legend()\n",
50585058
"axs[1].legend()\n",

0 commit comments

Comments
 (0)