-
Notifications
You must be signed in to change notification settings - Fork 6
/
Presentation.Rmd
75 lines (50 loc) · 1.2 KB
/
Presentation.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
title: "Titulo"
always_allow_html: yes
author:
- Autor$^1$
- Autor$^1$
date: "Mayo 2019"
output:
beamer_presentation:
theme: classic
institute:
- EII$^1$
subtitle: Detalle
---
# Slide
- Punteo
- Punteo
- Inversión y tasa de interés
- Construcción
- Análisis Política Fiscal: Expansiva/Restrictiva/Financiada
### Lecturas:
- Dornbush et ali
- Cap 2.7 (tasa de interés),
- 10.1 (curva IS)
- 11.2 (pol. fiscal)
# Consumo y DA
Sean $\overline{C}>0,\quad c\in(0,1)$,
$$C(Y)=\underbrace{\overline{C}}_\text{Consumo Autónomo}+\underbrace{c}_\text{Propensión Marginal Consumo}Y$$
---
::: columns
:::: column
```{r echo=FALSE, out.width="40px", results='asis'}
download.file(url = "https://es.peppapig.com/wp-content/uploads/sites/6/2019/02/peppa_pig_splat.png",
destfile = "image.png",
mode = 'wb')
knitr::include_graphics(path = "image.png")
#![](https://es.peppapig.com/wp-content/uploads/sites/6/2019/02/peppa_pig_splat.png){height=70%}\
```
::::
:::: column
Sistema Cerrado y Privado (Sin Gobierno)
- $DA=C(Y)+I$
- $OA=Y$
- Equilibrio: $Y=C(Y)+I$
::::
:::
---
# Ahorro
$S\equiv Y-C(Y)=Y-\overline{C}+cY\Rightarrow S=-\overline{C}+(1-c)Y$
--