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

Add multiply() Method to Scale NormalDist by a Constant #81

Closed
roberto-butti opened this issue Dec 14, 2024 · 0 comments · Fixed by #82
Closed

Add multiply() Method to Scale NormalDist by a Constant #81

roberto-butti opened this issue Dec 14, 2024 · 0 comments · Fixed by #82
Assignees
Labels
enhancement New feature or request

Comments

@roberto-butti
Copy link
Contributor

Introduce a multiply() method for the NormalDist class to scale both the mean (μ) and standard deviation (σ) by a constant. The standard deviation should be scaled by the absolute value of the constant to ensure it remains non-negative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant