{ "cells": [ { "cell_type": "markdown", "id": "bd7399ce", "metadata": {}, "source": [ "# A First Course in Quantitative Economics with Python\n", "\n", "This lecture series provides an introduction to quantitative economics using Python." ] }, { "cell_type": "markdown", "id": "77b4e5c7", "metadata": {}, "source": [ "# Introduction\n", "\n", "- [About These Lectures](https://intro.quantecon.org/about.html)" ] }, { "cell_type": "markdown", "id": "070d022c", "metadata": {}, "source": [ "# Economic Data\n", "\n", "- [Long-Run Growth](https://intro.quantecon.org/long_run_growth.html)\n", "- [Business Cycles](https://intro.quantecon.org/business_cycle.html)\n", "- [Price Level Histories](https://intro.quantecon.org/inflation_history.html)\n", "- [Inflation During French Revolution](https://intro.quantecon.org/french_rev.html)\n", "- [Income and Wealth Inequality](https://intro.quantecon.org/inequality.html)" ] }, { "cell_type": "markdown", "id": "fc70bcf6", "metadata": {}, "source": [ "# Foundations\n", "\n", "- [Introduction to Supply and Demand](https://intro.quantecon.org/intro_supply_demand.html)\n", "- [Linear Equations and Matrix Algebra](https://intro.quantecon.org/linear_equations.html)\n", "- [Complex Numbers and Trigonometry](https://intro.quantecon.org/complex_and_trig.html)\n", "- [Geometric Series for Elementary Economics](https://intro.quantecon.org/geom_series.html)" ] }, { "cell_type": "markdown", "id": "1acc9c47", "metadata": {}, "source": [ "# Linear Dynamics: Finite Horizons\n", "\n", "- [Present Values](https://intro.quantecon.org/pv.html)\n", "- [Consumption Smoothing](https://intro.quantecon.org/cons_smooth.html)\n", "- [Tax Smoothing](https://intro.quantecon.org/tax_smooth.html)\n", "- [Equalizing Difference Model](https://intro.quantecon.org/equalizing_difference.html)\n", "- [A Monetarist Theory of Price Levels](https://intro.quantecon.org/cagan_ree.html)\n", "- [Monetarist Theory of Price Levels with Adaptive Expectations](https://intro.quantecon.org/cagan_adaptive.html)" ] }, { "cell_type": "markdown", "id": "fb8801a4", "metadata": {}, "source": [ "# Linear Dynamics: Infinite Horizons\n", "\n", "- [Eigenvalues and Eigenvectors](https://intro.quantecon.org/eigen_I.html)\n", "- [Computing Square Roots](https://intro.quantecon.org/greek_square.html)" ] }, { "cell_type": "markdown", "id": "8692e287", "metadata": {}, "source": [ "# Probability and Distributions\n", "\n", "- [Distributions and Probabilities](https://intro.quantecon.org/prob_dist.html)\n", "- [LLN and CLT](https://intro.quantecon.org/lln_clt.html)\n", "- [Monte Carlo and Option Pricing](https://intro.quantecon.org/monte_carlo.html)\n", "- [Heavy-Tailed Distributions](https://intro.quantecon.org/heavy_tails.html)\n", "- [Racial Segregation](https://intro.quantecon.org/schelling.html)" ] }, { "cell_type": "markdown", "id": "46643d97", "metadata": {}, "source": [ "# Nonlinear Dynamics\n", "\n", "- [Dynamics in One Dimension](https://intro.quantecon.org/scalar_dynam.html)\n", "- [The Solow-Swan Growth Model](https://intro.quantecon.org/solow.html)\n", "- [The Cobweb Model](https://intro.quantecon.org/cobweb.html)\n", "- [The Overlapping Generations Model](https://intro.quantecon.org/olg.html)\n", "- [Commodity Prices](https://intro.quantecon.org/commod_price.html)" ] }, { "cell_type": "markdown", "id": "7d02a552", "metadata": {}, "source": [ "# Monetary-Fiscal Policy Interactions\n", "\n", "- [Money Financed Government Deficits and Price Levels](https://intro.quantecon.org/money_inflation.html)\n", "- [Some Unpleasant Monetarist Arithmetic](https://intro.quantecon.org/unpleasant.html)\n", "- [Inflation Rate Laffer Curves](https://intro.quantecon.org/money_inflation_nonlinear.html)\n", "- [Laffer Curves with Adaptive Expectations](https://intro.quantecon.org/laffer_adaptive.html)" ] }, { "cell_type": "markdown", "id": "e824502e", "metadata": {}, "source": [ "# Stochastic Dynamics\n", "\n", "- [AR(1) Processes](https://intro.quantecon.org/ar1_processes.html)\n", "- [Markov Chains: Basic Concepts](https://intro.quantecon.org/markov_chains_I.html)\n", "- [Markov Chains: Irreducibility and Ergodicity](https://intro.quantecon.org/markov_chains_II.html)\n", "- [Univariate Time Series with Matrix Algebra](https://intro.quantecon.org/time_series_with_matrices.html)" ] }, { "cell_type": "markdown", "id": "f58c2c36", "metadata": {}, "source": [ "# Optimization\n", "\n", "- [Linear Programming](https://intro.quantecon.org/lp_intro.html)\n", "- [Shortest Paths](https://intro.quantecon.org/short_path.html)" ] }, { "cell_type": "markdown", "id": "14fdd066", "metadata": {}, "source": [ "# Modeling in Higher Dimensions\n", "\n", "- [The Perron-Frobenius Theorem](https://intro.quantecon.org/eigen_II.html)\n", "- [Input-Output Models](https://intro.quantecon.org/input_output.html)\n", "- [A Lake Model of Employment](https://intro.quantecon.org/lake_model.html)\n", "- [Networks](https://intro.quantecon.org/networks.html)" ] }, { "cell_type": "markdown", "id": "c8131255", "metadata": {}, "source": [ "# Markets and Competitive Equilibrium\n", "\n", "- [Supply and Demand with Many Goods](https://intro.quantecon.org/supply_demand_multiple_goods.html)\n", "- [Market Equilibrium with Heterogeneity](https://intro.quantecon.org/supply_demand_heterogeneity.html)" ] }, { "cell_type": "markdown", "id": "d320567a", "metadata": {}, "source": [ "# Estimation\n", "\n", "- [Simple Linear Regression Model](https://intro.quantecon.org/simple_linear_regression.html)\n", "- [Maximum Likelihood Estimation](https://intro.quantecon.org/mle.html)" ] }, { "cell_type": "markdown", "id": "94ce3b80", "metadata": {}, "source": [ "# Other\n", "\n", "- [Troubleshooting](https://intro.quantecon.org/troubleshooting.html)\n", "- [References](https://intro.quantecon.org/zreferences.html)\n", "- [Execution Statistics](https://intro.quantecon.org/status.html)" ] } ], "metadata": { "date": 1750038456.1914945, "filename": "intro.md", "kernelspec": { "display_name": "Python", "language": "python3", "name": "python3" }, "title": "A First Course in Quantitative Economics with Python" }, "nbformat": 4, "nbformat_minor": 5 }