-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Updated pymc.Normal docstring #5487
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5487 +/- ##
===========================================
- Coverage 81.47% 65.89% -15.58%
===========================================
Files 81 81
Lines 14204 14204
===========================================
- Hits 11572 9360 -2212
- Misses 2632 4844 +2212
|
8a00b08
to
fedd5c5
Compare
pymc/distributions/continuous.py
Outdated
Precision (tau > 0) (only required if sigma is not specified). | ||
Defaults to 1 if neither sigma nor tau is specified. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Defaults to 1 if neither sigma nor tau is specified. |
only one of tau or sigma are used, I think it's better to leave the explanation as no value for tau or sigma -> sigma=1 (tau=1 is equivalent to sigma=1 but that might still be confusing for many pymc users)
Thank your for opening a PR!
Depending on what your PR does, here are a few things you might want to address in the description:
For issue #5459
#DataUmbrellaPyMCSprint