statrs-dev / statrs

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

feat: Added in the std_dev method from the Distribution trait explicitly into the Normal struct #243

Closed alimf17 closed 2 weeks ago

alimf17 commented 3 weeks ago

It simply wastes computation to square and then square root a value which is simply inherently part of the distribution definition.