Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add methods for performing Wald-tests #668

Merged
merged 29 commits into from
Aug 24, 2023
Merged

Add methods for performing Wald-tests #668

merged 29 commits into from
Aug 24, 2023

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    0c7566b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. 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().
    stanmart committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ccaf7d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db05cd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    157234f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8231414 View commit details
    Browse the repository at this point in the history
  5. Add changelog

    stanmart committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    697f880 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    dc47b12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    658733d View commit details
    Browse the repository at this point in the history
  3. Add method for Wald-tests

    stanmart committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    93dbbf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddcb21f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2a4202 View commit details
    Browse the repository at this point in the history
  6. Add Wald test test

    stanmart committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    72dc1c2 View commit details
    Browse the repository at this point in the history
  7. Add more tests

    stanmart committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    51405ae View commit details
    Browse the repository at this point in the history
  8. Fix p-values

    stanmart committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    cdd7b74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73072b8 View commit details
    Browse the repository at this point in the history
  10. Fix test case

    stanmart committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    bc64d0e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    14a045a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3648f58 View commit details
    Browse the repository at this point in the history
  13. Add changelog

    stanmart committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    596a437 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    7d1c96a View commit details
    Browse the repository at this point in the history
  2. Remove term-name based tests

    Can be re-added when we actually store term names in the model.
    stanmart committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1c71d2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9690fd View commit details
    Browse the repository at this point in the history
  4. Apply comments from review

    stanmart committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f807e47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    becc4ce View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Add unified public interface

    stanmart committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e54b80d View commit details
    Browse the repository at this point in the history
  2. Fix type hint

    stanmart committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4e7890d View commit details
    Browse the repository at this point in the history
  3. Fix test case

    stanmart committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    25837bd View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    9411e7e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    7c78df6 View commit details
    Browse the repository at this point in the history