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

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

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

alimf17
Copy link
Contributor

@alimf17 alimf17 commented Jun 9, 2024

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

It simply wastes computation to square and then square root a value which is simply inherently part of the distribution definition.
@alimf17 alimf17 changed the title feat: Added in the std_dev method from the Distribution trait explicitly feat: Added in the std_dev method from the Distribution trait explicitly into the Normal struct Jun 9, 2024
@YeungOnion YeungOnion merged commit c0b7644 into statrs-dev:master Jun 14, 2024
5 checks passed
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