You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/asset_pricing_lph.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
---
1
+
z---
2
2
jupytext:
3
3
text_representation:
4
4
extension: .md
@@ -11,10 +11,17 @@ kernelspec:
11
11
name: python3
12
12
---
13
13
14
-
## Elementary asset pricing theory
14
+
# Elementary Asset Pricing Theory
15
+
16
+
17
+
```{index} single: Elementary Asset Pricing
18
+
```
15
19
20
+
```{contents} Contents
21
+
:depth: 2
22
+
```
16
23
17
-
This lecture summarize the heart of applied asset-pricing theory.
24
+
This lecture summarizes the heart of applied asset-pricing theory.
18
25
19
26
From a single equation, we'll derive
20
27
@@ -30,6 +37,11 @@ To do this, we use two ideas:
30
37
31
38
* a Cauchy-Schwartz inequality
32
39
40
+
41
+
For background and basic concepts, see our lecture [orthogonal projections and their applications](https://python-advanced.quantecon.org/orth_proj.html).
42
+
43
+
As a sequel to the material here, please see our lecture [two modifications of mean-variance portfolio theory](https://python-advanced.quantecon.org/black_litterman.html).
0 commit comments