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

Implementing default trait for distribution types #34

Open
saresend opened this issue Jan 26, 2024 · 2 comments
Open

Implementing default trait for distribution types #34

saresend opened this issue Jan 26, 2024 · 2 comments

Comments

@saresend
Copy link

Hey! I wanted to ask if you'd be open to merging a change that adds default implementations for various distributions? I've been using your crate and would like to implement default so that types that wrap the raw distributions can be made a bit more ergonomic for things like examples / tests etc.

@IvanUkhov
Copy link
Member

IvanUkhov commented Jan 26, 2024

Hello, sure if they are meaningful and what the intuition tells, that is, standard.

@saresend
Copy link
Author

#35 - Yeah I'm not sure there are standard values for some of these in quite the same way there might be for a gaussian or uniform distribution, but I think even still there'd be value to have some default implementation for all random variables, rather than for only a subset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants