-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement multivariate students t distribution
fix: Use ln_pdf_const instead of pdf_const feat: creation of multivariate normal distribution from same variables as multivariate students (for when freedom = inf) fix: use multivariate normal pdf when freedom = inf for multivariate student test: panic test for invalid pdf argument fix: tests in documentation fix: clearer function name in test fix: add documentation tests: 3d matrices test cases for pdf. Also improves documentation for multivariate t minorly. test: modify test case in multivariate_t 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 feat: update multivariate student to dimension generic API refactor: adds exposed Normal density for reuse in infinite DOF student distribution chore: run linting
- Loading branch information
1 parent
5c2258c
commit 777064c
Showing
3 changed files
with
641 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.