Skip to content

Commit d478e54

Browse files
authored
Update README.md
1 parent 610b5fb commit d478e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In the simplest case the user provides a $T\times n$ pandas DataFrame
2323
of returns $r_1,\ldots,r_T$ and $K$ half-life pairs, and gets back covariance
2424
predictors for each time step. (The $K$ experts are computed as iterated
2525
exponentially weighted moving average (IEWMA) predictors as described in
26-
Section 2.6 of the [paper](https://web.stanford.edu/~boyd/papers/cov_pred_finance.html).)
26+
Section 2.5 of the [paper](https://web.stanford.edu/~boyd/papers/cov_pred_finance.html).)
2727
In the more general case, the user provides the $K$ expert predictors
2828
$\hat\Sigma_t^{(1)},\ldots,\hat\Sigma_t^{(K)}$, $t=1,\ldots,T$, and these are
2929
blended together by solving the convex optimization problems. In either case

0 commit comments

Comments
 (0)