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
Using the equations above, find a system of two **linear** equations that you can solve for $a$ and $b$ as functions of the parameters $(\lambda, \xi, E[R_f])$.
528
-
529
-
Write a function that can solve these equations.
530
-
531
-
Please check the **condition number** of a key matrix that must be inverted to determine a, b
532
-
533
-
### Exercise 5
534
-
535
-
Using the estimates of the parameters that you generated above, compute the implied stochastic discount factor.
536
-
537
-
538
-
539
-
## Solutions
540
-
541
-
### Solution to Exercise 1
542
-
543
-
To verify that it is a **regression equation** we must show that the residual is orthogonal to the regressor.
544
-
545
-
Our assumptions about mutual orthogonality imply that
Q: How close did your estimates come to the parameters we specified?
672
684
685
+
```{solution-end}
686
+
```
687
+
688
+
```{exercise-start}
689
+
:label: apl_ex4
690
+
```
691
+
692
+
Using the equations above, find a system of two **linear** equations that you can solve for $a$ and $b$ as functions of the parameters $(\lambda, \xi, E[R_f])$.
693
+
694
+
Write a function that can solve these equations.
695
+
696
+
Please check the **condition number** of a key matrix that must be inverted to determine a, b
673
697
698
+
```{exercise-end}
699
+
```
700
+
701
+
```{solution-start} apl_ex4
702
+
:class: dropdown
703
+
```
704
+
705
+
The system of two linear equations is shown below:
674
706
675
-
### Solution to Exercise 4
676
707
677
-
\begin{align}
708
+
$$
709
+
\begin{aligned}
678
710
a ((E(R^f) + \xi) + b ((E(R^f) + \xi)^2 + \lambda^2 + \sigma_f^2) & =1 \cr
679
711
a E(R^f) + b (E(R^f)^2 + \xi E(R^f) + \sigma_f ^ 2) & = 1
0 commit comments