Skip to content

Fix doctring log-likelihood to distribution, Fix for issue #7563 #7576

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

Closed
wants to merge 1 commit into from

Conversation

t3chw
Copy link

@t3chw t3chw commented Nov 17, 2024

Replaced all the "log-likelihood" with "distribution" in multivariate.py file

Description

Updated the docstrings for better clarity. Replaced "log-likelihood" with "distribution" to accurately describe the functionality, as the class provides more than just log-likelihood, including cdf, mean, and random methods.

Related Issue

Checklist

Type of change

  • New feature / enhancement
  • Bug fix
  • Documentation
  • Maintenance
  • Other (please specify):

📚 Documentation preview 📚: https://pymc--7576.org.readthedocs.build/en/7576/

Copy link

welcome bot commented Nov 17, 2024

Thank You Banner]
💖 Thanks for opening this pull request! 💖 The PyMC community really appreciates your time and effort to contribute to the project. Please make sure you have read our Contributing Guidelines and filled in our pull request template to the best of your ability.

@github-actions github-actions bot added the docs label Nov 17, 2024
@OriolAbril
Copy link
Member

closing as these same changes were done in #7573 which was submitted earlier and has already been merged. If you are still interested in contributing though, the same docstrings in multivariate.py need updates as described in #5459. Most distributions have already been fixed but not all, for example https://www.pymc.io/projects/docs/en/latest/api/distributions/generated/pymc.ZeroSumNormal.html docstring is not formatted correctly

@OriolAbril OriolAbril closed this May 22, 2025
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 this pull request may close these issues.

Docstrings of distributions should not read x log-likelihood
2 participants