Preface#
Econometrics, as a discipline that combines economic theory, statistics, and mathematics, can be challenging. Abstract concepts and mathematical proofs, although fundamental, sometimes get in the way of an intuitive understanding of econometric principles.
This book is born from the conviction that a good way to understand econometrics is by experimenting with it. Through interactive simulations, it lets you visualize and experiment with econometric concepts in real time: you change parameters and assumptions, observe how the results change, and build a deeper, more practical understanding of econometric methods along the way. Each chapter includes simulations that let you “play” with the concepts, making learning more dynamic and memorable.
The Learning Experience#
Every section of the book is built around three complementary layers:
Narrative — intuition first, with mathematical formalization generally coming after.
Interactive dashboards — built on Monte Carlo–style simulations, letting you change assumptions and parameters and see the results instantly.
Code companion notebooks — runnable notebooks showing how to implement the techniques in real code, on real data. Currently under active development — not every section has one yet.
Not every section has all three layers complete yet (see the note on the project’s status below), but that structure is the target every chapter is built toward.
Who this book is for#
This book has several audiences in mind. Undergraduate students taking a regression or econometrics course — in economics or business programs — will find the intuition-first structure especially useful for building a first mental model of the tools. Practicing professionals who don’t need to work through every formal derivation, but do need enough conceptual grounding to make sound decisions with data, can use the dashboards as a fast way to develop that judgment. Researchers — at the master’s or PhD level — who want to apply these methods in their own work will find the code companion notebooks a bridge from the concept to a working implementation.
Beyond these three, part of the book’s roadmap is to extend the same experiment-first approach to industry practitioners: analysts and data scientists working in applied settings — pricing, marketing measurement, policy evaluation, platform experimentation — who reach for these same econometric tools day to day but rarely have a resource that teaches them through direct manipulation rather than derivation. Chapters and dashboards oriented specifically to that audience are part of the project’s expansion, tracked in the planned index.
How to read it#
Each section is reasonably self-contained, and the chapter order follows a pedagogical progression — from simple regression to causal inference — rather than a strict dependency chain. The book is designed to cover the contents of a full-semester introductory econometrics course. For more advanced courses, you can skip the regression-mechanics section and focus directly on causal inference.
On the project’s status#
This is a living book, under active development. The chapters and dashboards linked in the index are available now and reflect the approach the project is aiming for, but the content keeps expanding with regular updates. The planned index shows which sections are published and which are on the way. If you find an error or something unclear, every page has a “Report an issue” button — those reports are read and shape the book’s revisions.
— Ricardo A. Pasquini