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

expose pdf, cdf and ppf #119

Merged
merged 1 commit into from
Dec 5, 2022
Merged

expose pdf, cdf and ppf #119

merged 1 commit into from
Dec 5, 2022

Conversation

aloctavodia
Copy link
Contributor

These are commonly used functions. This PR makes it easier for users to access them. For discrete distributions, we use pdf, instead of pmf for simplicity, as we already do for the plot_pdf function.

@codecov-commenter
Copy link

codecov-commenter commented Dec 2, 2022

Codecov Report

Merging #119 (41a8459) into main (0b810d4) will decrease coverage by 0.11%.
The diff coverage is 60.00%.

@@            Coverage Diff             @@
##             main     #119      +/-   ##
==========================================
- Coverage   76.91%   76.79%   -0.12%     
==========================================
  Files          16       16              
  Lines        1841     1849       +8     
==========================================
+ Hits         1416     1420       +4     
- Misses        425      429       +4     
Impacted Files Coverage Δ
preliz/distributions/distributions.py 80.00% <60.00%> (-2.36%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@aloctavodia aloctavodia merged commit 019fe25 into main Dec 5, 2022
@aloctavodia aloctavodia deleted the pdf_cdf_ppf branch December 5, 2022 11:49
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

Successfully merging this pull request may close these issues.

2 participants