Skip to content

Commit

Permalink
maths in book
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Dec 17, 2024
1 parent b9d8bd5 commit 994ff19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ We offer a `SampleCovariance` class as seen above.
Factor risk models use the projection of the weight vector into a lower
dimensional subspace, e.g. each asset is the linear combination of $k$ factors.

```math
r_i = \sum_{j=1}^k f_j \beta_{ji} + \epsilon_i
```
$$r_i = \sum_{j=1}^k f_j \beta_{ji} + \epsilon_i$$

The factor time series are $f_1, \ldots, f_k$. The loadings are the coefficients
$\beta_{ji}$.
Expand Down

0 comments on commit 994ff19

Please sign in to comment.