Skip to content

Commit

Permalink
DOC: Fix math.
Browse files Browse the repository at this point in the history
  • Loading branch information
jseabold committed Apr 8, 2014
1 parent 474077d commit 6d0847c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/notebooks/regression_plots.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
"name": ""
"name": "",
"signature": "sha256:22ace167681a4b591e9a9a3c3f9823c80827ff9223701e40402db48cde5c6b1a"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -108,7 +109,7 @@
"\n",
"Externally studentized residuals are residuals that are scaled by their standard deviation where \n",
"\n",
"$$var(\\\\hat{\\epsilon}_i)=\\hat{\\sigma}^2_i(1-h_{ii})$$\n",
"$$var(\\hat{\\epsilon}_i)=\\hat{\\sigma}^2_i(1-h_{ii})$$\n",
"\n",
"with\n",
"\n",
Expand Down Expand Up @@ -567,4 +568,4 @@
"metadata": {}
}
]
}
}

0 comments on commit 6d0847c

Please sign in to comment.