Skip to content

Ekdist -- exponentiated Kumaraswamy#1951

Open
JJNewkirk wants to merge 14 commits intoJuliaStats:masterfrom
JJNewkirk:ekdist
Open

Ekdist -- exponentiated Kumaraswamy#1951
JJNewkirk wants to merge 14 commits intoJuliaStats:masterfrom
JJNewkirk:ekdist

Conversation

@JJNewkirk
Copy link

  • [Wikipedia](https://en.wikipedia.org/wiki/Kumaraswamy_distribution
  • The exponentiated Kumaraswamy Distribution and its log-transform: Lemonte et al https://www.jstor.org/stable/43601233
    I believe my functions are accurate; however in testing the mean of the current kumaraswamy.jl the did not match in some cases. I believe this to be an error in the kumaraswamy.jl in the version I was using. The EK distribution has the Kumaraswamy as a special case, so it is easy to test keeping gamma = 1.

@codecov-commenter
Copy link

codecov-commenter commented Feb 27, 2025

Codecov Report

❌ Patch coverage is 0% with 74 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.64%. Comparing base (e5d4fef) to head (327596c).
⚠️ Report is 14 commits behind head on master.

Files with missing lines Patch % Lines
src/univariate/continuous/ekdist.jl 0.00% 74 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1951      +/-   ##
==========================================
- Coverage   86.36%   85.64%   -0.72%     
==========================================
  Files         146      147       +1     
  Lines        8788     8863      +75     
==========================================
+ Hits         7590     7591       +1     
- Misses       1198     1272      +74     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@ararslan ararslan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some preliminary suggestions and comments, haven't reviewed everything at the moment.

JJNewkirk and others added 10 commits December 15, 2025 11:12
Co-authored-by: Alex Arslan <ararslan@comcast.net>
Co-authored-by: Alex Arslan <ararslan@comcast.net>
Co-authored-by: Alex Arslan <ararslan@comcast.net>
Co-authored-by: Alex Arslan <ararslan@comcast.net>
Co-authored-by: Alex Arslan <ararslan@comcast.net>
Co-authored-by: Alex Arslan <ararslan@comcast.net>
Co-authored-by: Alex Arslan <ararslan@comcast.net>
Co-authored-by: Alex Arslan <ararslan@comcast.net>
Co-authored-by: Alex Arslan <ararslan@comcast.net>
@JJNewkirk
Copy link
Author

All the suggestions were helpful and reasonable. Comitted as suggested.

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.

3 participants