statrs-dev / statrs

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

Use nalgebra structs for constructing multivariate dist #177

Closed henryjac closed 5 months ago

henryjac commented 1 year ago

Implementation of #168, Move the checks from new to new_from_nalgebra and call new_from_nalgebra from new after converting to DVector/DMatrix