-
Book Overview & Buying
-
Table Of Contents
Causal Inference and Discovery in Python
By :
Welcome to Chapter 5!
In the previous chapter, we discussed the basic characteristics of graphs and showed how to use graphs to build graphical models. In this chapter, we will dive deeper into graphical models and discover their powerful features.
We’ll start with a brief introduction to the mapping between distributions and graphs. Next, we’ll learn about three basic graphical structures – forks, chains, and colliders – and their properties.
Finally, we’ll use a simple linear example to show in practice how the graphical properties of a system can translate to its statistical properties.
The material discussed in this chapter will provide us with a solid foundation for understanding classic causal inference and constraint-based discovery methods and will prepare us for understanding other families of algorithms that we’ll introduce in Parts 2 and 3 of this book.
In this chapter, we cover the...