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

width in Gaussian distribution models #278

Closed
stestoll opened this issue Mar 8, 2022 · 1 comment · Fixed by #280
Closed

width in Gaussian distribution models #278

stestoll opened this issue Mar 8, 2022 · 1 comment · Fixed by #280
Labels
Milestone

Comments

@stestoll
Copy link
Collaborator

stestoll commented Mar 8, 2022

Consider

P = dl.dd_gauss(r, mean=3.5, width=0.2)

It is not clear whether width refers to the full-width-at-half-maximum, the standard deviation, or another width measure. As implemented, it is the standard deviation. Therefore, I suggest renaming it to stdev or std.

@stestoll stestoll added the design label Mar 8, 2022
@stestoll stestoll added this to the 0.14.0 milestone Mar 8, 2022
@stestoll
Copy link
Collaborator Author

stestoll commented Mar 9, 2022

Maybe std for consistency with whitegaussiannoise.

@stestoll stestoll linked a pull request Mar 10, 2022 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant