Planned Book Index#
This page collects the full index of the “Econometrics with Simulations” project, including both already published chapters and simulations as well as those currently under development. Items without hyperlinks correspond to planned content not yet available.
Simple and Multiple Regression#
Statistical Properties in Simple Regression
Illustrates the statistical properties of OLS estimators, including unbiasedness and the determinants of estimator variance.
1.2 Inference: T-Tests in Regression
Explores the sensitivity of T-tests to the normality in errors assumption.
1.3 Power and Optimal Sample Size for Regression Coefficient
Explores the concept of statistical power in hypothesis testing for a regression coefficient. Also allows setting the minimum sample size needed to detect a desired effect in a research study.
Multiple Regression Analysis
2.1 Collinearity
Shows the impact of multicollinearity on coefficient estimates, standard errors, and overall model interpretation.
Shows the biases generated by omitting a relevant variable.
Asymptotics and Large Sample Properties of OLS
Demonstrates how OLS estimators converge in probability to the true parameter values and how their distribution approaches normality as sample size increases.
Heteroscedasticity
Illustrates how heteroscedasticity affects the efficiency of OLS estimates, heteroscedasticity tests, and corrections.
Autocorrelation
Shows the impact of autocorrelation on OLS estimates and illustrates tests such as Durbin-Watson.
Endogeneity and Instrumental Variables
Explains the bias introduced by endogenous variables and demonstrates how instrumental variables (IV) can be used to obtain consistent estimates.
Limited Dependent Variable Models
Shows the difference between linear probability models and nonlinear models such as Probit and Logit, focusing on coefficient interpretation and prediction.
Causal Inference Methods#
Randomized Controlled Trials (RCTs)
Shows unbiased estimation of causal effects when treatment is randomized. Varies sample size and treatment proportion. Allows estimating the required sample size.
8.1 Estimating Interaction/Moderation Effects
Shows sample size requirements for interaction effects.
Identification under C.I.A. (Unconfoundedness): Regression versus Random Forests
Compares different methods of causal effect estimation that are valid under the Conditional Independence Assumption (CIA). Shows in which cases a Regression estimator and in which cases an ML estimator like Random Forests can improve estimation precision.
Matching and Propensity Score Matching (PSM)
Shows how matching by covariates or estimated propensity scores can reduce selection bias. Shows remaining biases in PSM.
Difference-in-Differences (DiD)
Explores how DiD identifies causal effects under the parallel trends assumption. Visualizes violations.
Panel Data Models
Compares fixed and random effects estimators, showing how each handles individual-specific heterogeneity.
Regression Discontinuity Design (RDD)
Shows how local comparison around the threshold can estimate causal effects. Varies bandwidth and tests manipulation.
Synthetic Control Methods
Builds a synthetic control and compares post-treatment results. Shows how donor group selection affects results.
Causal Inference in Practice (Technology/Industry)#
A/B Testing with Covariates
Shows how controlling for covariates can improve power and precision. Compares regression-adjusted differences vs. raw differences.
Heterogeneous Treatment Effects
Shows methods that propose the estimation of conditional treatment effects.
Selection on Observables with High-Dimensional Covariates
Shows methods that incorporate regularization adapted to causal inference.
Appendix#
A.1 Sampling Distributions
Demonstrates how the sampling distribution of the sample mean approaches a normal distribution as sample size increases, regardless of the population distribution.