bvkrauth / rcr

RCR package for Stata, R, and Python
MIT License
0 stars 2 forks source link

Add hypothesis testing to Python package #25

Closed bvkrauth closed 2 years ago

bvkrauth commented 2 years ago

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.

I decided to leave out hypothesis testing for point-identified parameters to Python package.