statrs-dev / statrs

Statistical computation library for Rust
https://docs.rs/statrs/latest/statrs/
MIT License
599 stars 84 forks source link

Multivariate students T distribution #263

Closed YeungOnion closed 3 months ago

YeungOnion commented 3 months ago

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

codecov[bot] commented 3 months ago

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 :warning:
src/distribution/multivariate_normal.rs 21.05% 15 Missing :warning:
Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.