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

Fix Chisq isproper #197

Merged
merged 6 commits into from
Jun 16, 2024
Merged

Fix Chisq isproper #197

merged 6 commits into from
Jun 16, 2024

Conversation

Nimrais
Copy link
Member

@Nimrais Nimrais commented Jun 14, 2024

This PR aims to fix #195.

Chi-squared distribution is actually has the same density as $\mathcal{G}(\frac{\nu}{2}, 2)$. So the nature parameter can be easily extended to any number greater then -1.

@Nimrais Nimrais self-assigned this Jun 14, 2024
Copy link

codecov bot commented Jun 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.10%. Comparing base (1ccb394) to head (6cf17dd).
Report is 15 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #197      +/-   ##
==========================================
- Coverage   80.22%   80.10%   -0.13%     
==========================================
  Files          39       39              
  Lines        3095     3096       +1     
==========================================
- Hits         2483     2480       -3     
- Misses        612      616       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bvdmitri bvdmitri merged commit c9c9370 into main Jun 16, 2024
3 of 4 checks passed
@bvdmitri bvdmitri deleted the fix-chisq-isproper branch June 16, 2024 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

What is the correct support for parameters of Chisq?
2 participants