@@ -4,25 +4,25 @@ title: Examples
44
55# Examples
66
7- Complete example models built with pylcm, ordered from simplest to most complex.
8- All models live in the ` lcm_examples ` package and can be imported directly.
7+ Complete example models built with pylcm, ordered from simplest to most complex. All
8+ models live in the ` lcm_examples ` package and can be imported directly.
99
10- 1 . ** [ Tiny Consumption-Savings] ( tiny.md ) ** — ` lcm_examples.tiny `
11- Minimal 2-regime model. 3 periods, discrete labor, log-spaced grids,
12- tax-and-transfer system.
10+ 1 . ** [ Tiny Consumption-Savings] ( tiny.md ) ** — ` lcm_examples.tiny ` Minimal 2-regime model.
11+ 3 periods, discrete labor, log-spaced grids, tax-and-transfer system.
1312
14- 2 . ** [ Mortality] ( mortality.md ) ** — ` lcm_examples.mortality `
15- 3-regime model with death. Discrete labor, borrowing constraint.
13+ 1 . ** [ Mortality] ( mortality.md ) ** — ` lcm_examples.mortality ` 3-regime model with death.
14+ Discrete labor, borrowing constraint.
1615
17- 3 . ** [ Precautionary Savings] ( precautionary_savings.md ) ** — ` lcm_examples.precautionary_savings `
18- 2-regime model with income shocks. IID, Rouwenhorst, and Tauchen shock types.
16+ 1 . ** [ Precautionary Savings] ( precautionary_savings.md ) ** —
17+ ` lcm_examples.precautionary_savings ` 2-regime model with income shocks. IID,
18+ Rouwenhorst, and Tauchen shock types.
1919
20- 4 . ** [ Precautionary Savings with Health] ( precautionary_savings_health.md ) ** — ` lcm_examples.precautionary_savings_health `
21- 2-regime model with health & exercise. Multiple continuous states and actions,
22- auxiliary functions, constraints.
20+ 1 . ** [ Precautionary Savings with Health] ( precautionary_savings_health.md ) ** —
21+ ` lcm_examples.precautionary_savings_health ` 2-regime model with health & exercise.
22+ Multiple continuous states and actions, auxiliary functions, constraints.
2323
24- 5 . ** [ Mahler & Yum (2024)] ( mahler_yum_2024.md ) ** — ` lcm_examples.mahler_yum_2024 `
25- Full Econometrica replication. 8 states, stochastic transitions, data files,
24+ 1 . ** [ Mahler & Yum (2024)] ( mahler_yum_2024.md ) ** — ` lcm_examples.mahler_yum_2024 ` Full
25+ Econometrica replication. 8 states, stochastic transitions, data files,
2626 discount-factor heterogeneity. ** Requires GPU.**
2727
2828## Customizing models
0 commit comments