❓
Understanding Causal Inference
  • A Guide to Causal Inference
  • Table of Contents
  • About-us
  • Preface
  • What is Causality?
  • Why bother with Causality?
  • Origin of Causality
  • Statistical Inference Vs Causal Inference
  • Decision-Making
  • Why we need Causality?
    • Leaders in the Industry
  • Key Causal Terms and FAQ
  • Assumptions
    • Causal Assumptions
  • Bias
    • Selection Bias
    • Correlation is not Causation
      • Simpsons Paradox
  • Causal Graphs
    • Colliders
    • Confounders
    • Mediators
    • Back Door Paths
    • Front Door Paths
    • Structural Causal Model
    • do-calculus
    • Graph Theory
    • Build your DAG
    • Testable Implications
    • Limitations of Causal Graphs
  • Counterfactuals
    • Potential Outcomes Framework
  • Modeling for Causal Inference
    • Experimental Data
      • Randomization
        • Problems with Randomization
        • A/B Testing
          • Experiment
    • Non-Experimental / Observational Data
      • Instrumental Variables
      • Weighting
        • Inverse Propensity Weighting
      • Propensity Score
      • Sensitivity Analysis
      • Regression Discontinuity
      • Matching
      • Stratification
        • Methods
        • Implications
  • Tools and Libraries
    • DoWhy
      • Do-Sampler
      • EconML
      • Workflow
    • Causal Graphical Models
    • CausalInference
    • Dagitty
    • Other Libraries
  • Limitations of Causal Inference
    • Fundamental Problem of Causal Inference
  • Real-World Implementations
  • What's Next
  • References
Powered by GitBook
On this page

Was this helpful?

Statistical Inference Vs Causal Inference

Understanding the difference

Statistical Inference being used today is a very effective, efficient way of making predictions. The Leap with models like deep learning has really been a breakthrough in the field. Statistical Inference and different ML techniques have solved so many problems that there is no denying the fact that these models are effective and helpful. ML models can very accurately calculate the probability that a patient with certain symptoms has a certain disease because it has learned just how often thousands or even millions of other people with the same symptoms had that disease.

Note: Probabilities and Statistics are really effective methods in finding a Correlation !!

If the two variables are correlated or associated or statistically related with each other then, one of these causal relationships must be true:

1.A→B1. A \rightarrow B1.A→B
2.A←B2. A \leftarrow B2.A←B
3.A←C→B3. A \leftarrow C \rightarrow B3.A←C→B
4.Chance4. Chance4.Chance

Similarly, the same Joint distribution could lead to different for results:

P(A,B)=P(A∣B)P(B)orP(A,B)=P(B∣A)P(A)P(A,B) = P(A|B)P(B) \\ or\\ P(A,B) = P(B|A)P(A)P(A,B)=P(A∣B)P(B)orP(A,B)=P(B∣A)P(A)

As we see that there are multiple possibilities of causal relationships, so we cant rush to any one of the conclusions. We need some additional causal assumptions to make a conclusion here. Today because AI is used widely in the real world, and there are some really important questions we need to answer, for which understanding causal relationships is important. Hence, Causal inference can solve some of these problems that statistical inference couldn't.

This is where the causal Inference can help and kind of complement the field of Statistical Inference. Causal Inference can give us some additional information compared to Statistical Inference. Causal Inference can be considered more of the next step after statistics that can help us answer some really important causal questions.

We can consider Statistical Inference as a First Step and Causal Inference as a Second Step, wherein firstly, we find a correlation, and then with experiments & testing hypothesis, we prove the real causal relationship. With this second step of Causal Inference, the machines will be able to define and plan an experiment and find answers to pending scientific questions.

Read More:

PreviousOrigin of CausalityNextDecision-Making

Last updated 4 years ago

Was this helpful?

What AI Still can't do? -

MIT review