Skip to content

Commit

Permalink
AR Models References
Browse files Browse the repository at this point in the history
  • Loading branch information
mmargenot committed Oct 30, 2017
1 parent d48091b commit 764ffb2
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 26 deletions.
17 changes: 14 additions & 3 deletions notebooks/lectures/Autocorrelation_and_AR_Models/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#Auto Regressive (AR) Models\n",
"# Autoregressive (AR) Models\n",
"\n",
"by Maxwell Margenot, Delaney Granizo-Mackenzie, and Lee Tobey\n",
"by Maxwell Margenot, Delaney Mackenzie, and Lee Tobey\n",
"\n",
"Lee Tobey is the founder of [Hedgewise](https://www.hedgewise.com/).\n",
"\n",
Expand All @@ -15,7 +15,9 @@
"* [www.quantopian.com/lectures](https://www.quantopian.com/lectures)\n",
"* [github.com/quantopian/research_public](https://github.com/quantopian/research_public)\n",
"\n",
"Notebook released under the Creative Commons Attribution 4.0 License."
"Notebook released under the Creative Commons Attribution 4.0 License.\n",
"\n",
"---"
]
},
{
Expand Down Expand Up @@ -785,6 +787,15 @@
"The residuals seem normally distributed. There are more model validation steps that could be done, but these are the core ones for an AR model. The next steps would be testing the model out of sample, and then using it to make predictions on your data."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## References\n",
"* \"Quantitative Investment Analysis\", by DeFusco, McLeavey, Pinto, and Runkle\n",
"* \"Analysis of Financial Time Series\", by Ruey Tsay"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Loading

0 comments on commit 764ffb2

Please sign in to comment.