File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
causal_testing/estimation Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -92,16 +92,6 @@ def gp_formula(
92
92
formula = gp .simplify (formula )
93
93
self .formula = f"{ self .outcome } ~ I({ formula } ) - 1"
94
94
95
- def add_modelling_assumptions (self ):
96
- """
97
- Add modelling assumptions to the estimator. This is a list of strings which list the modelling assumptions that
98
- must hold if the resulting causal inference is to be considered valid.
99
- """
100
- self .modelling_assumptions .append (
101
- "The variables in the data must fit a shape which can be expressed as a linear"
102
- "combination of parameters and functions of variables. Note that these functions"
103
- "do not need to be linear."
104
- )
105
95
106
96
def estimate_coefficient (self ) -> tuple [pd .Series , list [pd .Series , pd .Series ]]:
107
97
"""Estimate the unit average treatment effect of the treatment on the outcome. That is, the change in outcome
You can’t perform that action at this time.
0 commit comments