formative
formative is a Python package for quantitative reasoning, intended as a practical tool with minimal jargon for those who want to apply these methods to real-world problems.
Install with pip:
pip install formative-ds
Causal estimation (formative.causal) helps you estimate the effect of one variable
on another from observational or experimental data, whilst making your assumptions explicit
and testable. Get started.
Game theory (formative.game) provides decision rules for choosing between options
under uncertainty or in strategic situations. Get started.