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 normal dimension #252

Merged

Conversation

YeungOnion
Copy link
Contributor

copied from #209

@YeungOnion YeungOnion force-pushed the multivariate-normal-dimension branch from 4b872a7 to b8c096d Compare July 31, 2024 15:37
riverbl added 2 commits July 31, 2024 11:27
Allow `MultivariateNormal` to have either a runtime known dynamic dimension (as per current) or a compile time known constant dimension.

`MultivariateNormal::new_from_nalgebra` has been changed to take the mean and covariance as `OVector` and `OMatrix` rather than `DVector` and `DMatrix`.
Remove `nalgebra` `macros` feature from dependencies and add it to dev dependencies.

Bump edition to 2021.
@YeungOnion YeungOnion force-pushed the multivariate-normal-dimension branch from b8c096d to a9dd757 Compare July 31, 2024 16:29
also handle a clippy error in docstring
@YeungOnion YeungOnion merged commit b37b081 into statrs-dev:master Aug 3, 2024
5 checks passed
@YeungOnion YeungOnion deleted the multivariate-normal-dimension branch August 3, 2024 02:35
@YeungOnion YeungOnion added this to the 0.18 milestone Sep 24, 2024
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