-
-
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
Update docstrings of distributions logp
and logcdf
methods.
#4859
Comments
Are you suggesting they be removed entirely? |
Maybe... they are not user facing anymore and all work in the same way. Perhaps it's enough to have the documentation at the parent class level? What do others suggest? |
I do agree. If they don't ever appear in the docs then maybe they can be removed. This will helping scroll easier since the file is getting bigger. |
maybe we can do away with the doctoring and have something like
|
Updating the labels as it's not clear how to go about this or even if this should be done at all. For some more details see #5282 (comment) and #5308 |
We should update the docstrings of these methods. They are quite verbose, and the same information could be easily conveyed by type hints. More importantly, they are also outdated (e.g., the methods no longer expect only a value as input)
https://github.com/pymc-devs/pymc3/blob/9c7a92481856e1f86c15868b93a65a5d778b0c22/pymc3/distributions/continuous.py#L2198-L2211
The text was updated successfully, but these errors were encountered: