Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add methods for performing Wald-tests (#668)
* Add option to store covariance matrix during fit * Fix fitting with variance matrix estimation `.covariance_matrix()` expects X and weights in a different format than what we have at the end of `.fit(). * Store covariance matrix after estimation * Handle the alpha_search and glm_cv cases * Propagate covariance parameters * Add changelog * Add method for computing a coefficient table * Make the confidence intervals user configurable * Add method for Wald-tests * Add a convenience method for performing Wald-tests * Add default value for testing against (0) * Add Wald test test * Add more tests * Fix p-values * Add tests for coefficient table * Fix test case * Fix inconsistencies after rebase * Add term-name-based Wald-tests * Add changelog * Remove term-name based tests Can be re-added when we actually store term names in the model. * Properly suppress expected warnings in tests * Apply comments from review * Make docstrings more consistent * Add unified public interface * Fix type hint * Fix test case * Requests from Matthias' review
- Loading branch information