Skip to content

Commit 14807b6

Browse files
committed
Update black_litterman.md
1 parent b3bf751 commit 14807b6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

lectures/black_litterman.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ import matplotlib.pyplot as plt
8888
from numba import jit
8989
```
9090

91-
## Mean-Variance Portfolio Choice
91+
## Mean-variance portfolio choice
9292

9393
A risk-free security earns one-period net return $r_f$.
9494

@@ -145,7 +145,7 @@ which implies the following design of a risky portfolio:
145145
w = (\delta \Sigma)^{-1} \mu
146146
```
147147

148-
## Estimating Mean and Variance
148+
## Estimating mean and variance
149149

150150
The key inputs into the portfolio choice model {eq}`risky-portfolio` are
151151

@@ -158,7 +158,7 @@ squares; that amounts to estimating $\mu$ by a sample mean of
158158
excess returns and estimating $\Sigma$ by a sample covariance
159159
matrix.
160160

161-
## Black-Litterman Starting Point
161+
## Black-Litterman starting point
162162

163163
When estimates of $\mu$ and $\Sigma$ from historical
164164
sample means and covariances have been combined with **plausible** values
@@ -329,7 +329,7 @@ plt.legend(numpoints=1)
329329
plt.show()
330330
```
331331

332-
## Adding Views
332+
## Adding views
333333

334334
Black and Litterman start with a baseline customer who asserts that he
335335
or she shares the **market's views**, which means that he or she
@@ -443,7 +443,7 @@ def BL_plot(τ):
443443
BL_plot(τ)
444444
```
445445

446-
## Bayesian Interpretation
446+
## Bayesian interpretation
447447

448448
Consider the following Bayesian interpretation of the Black-Litterman
449449
recommendation.
@@ -487,7 +487,7 @@ Hence, the Black-Litterman recommendation is consistent with the Bayes
487487
update of the prior over the mean excess returns in light of the
488488
realized average excess returns on the market.
489489

490-
## Curve Decolletage
490+
## Curve decolletage
491491

492492
Consider two independent "competing" views on the excess market returns
493493

@@ -734,7 +734,7 @@ def decolletage(λ):
734734
decolletage(λ)
735735
```
736736

737-
## Black-Litterman Recommendation as Regularization
737+
## Black-Litterman recommendation as regularization
738738

739739
First, consider the OLS regression
740740

@@ -883,7 +883,7 @@ So the Black-Litterman procedure results in a recommendation that is a
883883
compromise between the conservative market portfolio and the more
884884
extreme portfolio that is implied by estimated "personal" views.
885885

886-
## A Robust Control Operator
886+
## A robust control operator
887887

888888
The Black-Litterman approach is partly inspired by the econometric
889889
insight that it is easier to estimate covariances of excess returns than
@@ -1016,7 +1016,7 @@ $$
10161016
\frac{v'v}{2} = \frac{1}{2\theta^2} w' C C' w
10171017
$$
10181018

1019-
## A Robust Mean-Variance Portfolio Model
1019+
## A robust mean-variance portfolio model
10201020

10211021
According to criterion {eq}`choice-problem`, the mean-variance portfolio choice problem
10221022
chooses $w$ to maximize
@@ -1150,7 +1150,7 @@ variances".
11501150
That is, we need significantly more data to obtain a given
11511151
precision of the mean estimate than for our variance estimate.
11521152

1153-
## Special Case -- IID Sample
1153+
## Special case -- IID sample
11541154

11551155
We start our analysis with the benchmark case of IID data.
11561156

@@ -1187,7 +1187,7 @@ $$
11871187
We are interested in how this (asymptotic) relative rate of convergence
11881188
changes as increasing sampling frequency puts dependence into the data.
11891189

1190-
## Dependence and Sampling Frequency
1190+
## Dependence and sampling frequency
11911191

11921192
To investigate how sampling frequency affects relative rates of
11931193
convergence, we assume that the data are generated by a mean-reverting
@@ -1270,7 +1270,7 @@ ax.set(title=r'Autocorrelation functions, $\Gamma_h(n)$',
12701270
plt.show()
12711271
```
12721272

1273-
## Frequency and the Mean Estimator
1273+
## Frequency and the mean estimator
12741274

12751275
Consider again the AR(1) process generated by discrete sampling with
12761276
frequency $h$. Assume that we have a sample of size $N$ and

0 commit comments

Comments
 (0)