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

Multivariate students T distribution #263

Closed
wants to merge 10 commits into from

Conversation

YeungOnion
Copy link
Contributor

#176 modified for the multivariate API introduced in #252 / #209

Copy link

codecov bot commented Aug 16, 2024

Codecov Report

Attention: Patch coverage is 80.89431% with 47 lines in your changes missing coverage. Please review.

Project coverage is 90.18%. Comparing base (5c2258c) to head (f757303).

Files Patch % Lines
src/distribution/multivariate_students_t.rs 85.90% 32 Missing ⚠️
src/distribution/multivariate_normal.rs 21.05% 15 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #263      +/-   ##
==========================================
- Coverage   90.32%   90.18%   -0.14%     
==========================================
  Files          49       50       +1     
  Lines       11242    11488     +246     
==========================================
+ Hits        10154    10361     +207     
- Misses       1088     1127      +39     

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

the float chosen happens to approximate f64::LOG10_2
this leads to a linting error
instead of supressing, just choosing a different value and testing against scipy
also run rustfmt
@YeungOnion YeungOnion closed this Aug 21, 2024
@YeungOnion YeungOnion deleted the multivariate_t branch August 21, 2024 22:18
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.

2 participants