Skip to content

Commit 34d721f

Browse files
mmckyshlff
andauthored
fix_tables (#30)
Co-authored-by: Shu <[email protected]>
1 parent c09f30d commit 34d721f

File tree

1 file changed

+17
-98
lines changed

1 file changed

+17
-98
lines changed

lectures/harrison_kreps.md

Lines changed: 17 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -233,57 +233,14 @@ It records implications of Harrison and Kreps's specifications of $P_a, P_b, \be
233233
```{raw} html
234234
<div class="content-table"></div>
235235
```
236-
237-
238-
239-
240-
241-
242-
243-
244-
245-
246-
247-
248-
249-
250-
251-
252-
253-
254-
255-
256-
257-
258-
259-
260-
261-
262-
263-
264-
265-
266-
267-
268-
269-
270-
271-
272-
273-
274-
275-
276-
277-
278-
279-
|$|s_t|$|0|1|
236+
|$ s_t $|0|1|
280237
|:---------------------:|:----:|:----:|
281-
|$|p_a|$|1.33|1.22|
282-
|$|p_b|$|1.45|1.91|
283-
|$|p_o|$|1.85|2.08|
284-
|$|p_p|$|1|1|
285-
|$|\hat{p}_a|$|1.85|1.69|
286-
|$|\hat{p}_b|$|1.69|2.08|
238+
|$ p_a $|1.33|1.22|
239+
|$ p_b $|1.45|1.91|
240+
|$ p_o $|1.85|2.08|
241+
|$ p_p $|1|1|
242+
|$ \hat{p}_a $|1.85|1.69|
243+
|$ \hat{p}_b $|1.69|2.08|
287244

288245
Here
289246

@@ -571,55 +528,17 @@ He emphasizes how limiting short sales and limiting leverage have opposite effec
571528
Recreate the summary table using the functions we have built above.
572529

573530

574-
575-
576-
577-
578-
579-
580-
581-
582-
583-
584-
585-
586-
587-
588-
589-
590-
591-
592-
593-
594-
595-
596-
597-
598-
599-
600-
601-
602-
603-
604-
605-
606-
607-
608-
609-
610-
611-
612-
613-
614-
615-
|$|s_t|$|0|1|
531+
```{raw} html
532+
<div class="content-table"></div>
533+
```
534+
|$s_t$|0|1|
616535
|:---------------------:|:----:|:----:|
617-
|$|p_a|$|1.33|1.22|
618-
|$|p_b|$|1.45|1.91|
619-
|$|p_o|$|1.85|2.08|
620-
|$|p_p|$|1|1|
621-
|$|\hat{p}_a|$|1.85|1.69|
622-
|$|\hat{p}_b|$|1.69|2.08|
536+
|$p_a$|1.33|1.22|
537+
|$p_b$|1.45|1.91|
538+
|$p_o$|1.85|2.08|
539+
|$p_p$|1|1|
540+
|$\hat{p}_a$|1.85|1.69|
541+
|$\hat{p}_b$|1.69|2.08|
623542

624543
You will first need to define the transition matrices and dividend payoff vector.
625544

0 commit comments

Comments
 (0)