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

use distribution functions instead of passing parameters direct #28

Open
n8thangreen opened this issue Sep 14, 2024 · 1 comment
Open

Comments

@n8thangreen
Copy link
Collaborator

n8thangreen commented Sep 14, 2024

other similar package, e.g. multinma, baggr, use things like normal(0,1) or gamma(1,1) to specify the input argument prior. At the moment I just pass the name of the argument, e.g. in the previous example mean=0, sd=1 but its probably neater and more user-friendly to switch.

Basically, what these distribution functions do is just return a list of distribution names and parameters.

@n8thangreen
Copy link
Collaborator Author

actually this is already in Issue #26

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

No branches or pull requests

1 participant