Skip to content

Commit 95005ca

Browse files
authored
Merge pull request #177 from QuantEcon/add_prob_dist
Add basic probabilities and distributions lecture
2 parents 782226a + 75ee2e2 commit 95005ca

File tree

4 files changed

+873
-16
lines changed

4 files changed

+873
-16
lines changed

lectures/_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ parts:
1919
- file: business_cycle
2020
- file: inflation_unemployment
2121
- file: inequality
22-
- file: distributions
2322
- file: cross_section
2423
- caption: Useful Tools
2524
numbered: true
2625
chapters:
2726
- file: geom_series
27+
- file: prob_dist
2828
- file: linear_equations
2929
- file: eigen_I
3030
- caption: Simulation

lectures/cross_section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ kernelspec:
1111
name: python3
1212
---
1313

14+
(heavy_tail)=
1415
# Heavy-Tailed Distributions
1516

1617
```{contents} Contents
@@ -207,7 +208,6 @@ even more extreme observations.
207208

208209
See, for example, {cite}`mandelbrot1963variation` or {cite}`rachev2003handbook`.
209210

210-
211211
### Other Data
212212

213213
The data we have just seen is said to be "heavy-tailed".

lectures/distributions.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)