The Stata package has the ability to conduct tests on point-identified parameters (through the built-in testnl and nlcom commands) and on the interval-identified parameter betax (through the test_betax command). The python package does not have these features.
[x] Add hypothesis testing for the causal parameter in the Python package.
I decided to leave out hypothesis testing for point-identified parameters to Python package.
The Stata package has the ability to conduct tests on point-identified parameters (through the built-in
testnl
andnlcom
commands) and on the interval-identified parameter betax (through thetest_betax
command). The python package does not have these features.I decided to leave out hypothesis testing for point-identified parameters to Python package.