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

Add Asymmetric Exponential Power Distribution #1808

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lukketotte
Copy link
Contributor

I have previously added the Skewed Exponential Power distribution (SEPD) to Distributions.jl. This pull request implements the Asymmetric Exponential Power Distribution (AEPD) of Zhu and Zinde-Walsh, 2009 which is the extension of the SEPD to include different shape parameters on the left and right hand sides of the mode.

@codecov-commenter
Copy link

codecov-commenter commented Dec 5, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (7e232ca) 86.00% compared to head (f7c707f) 86.02%.

Files Patch % Lines
...nivariate/continuous/asymmetricexponentialpower.jl 88.70% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1808      +/-   ##
==========================================
+ Coverage   86.00%   86.02%   +0.01%     
==========================================
  Files         144      145       +1     
  Lines        8646     8708      +62     
==========================================
+ Hits         7436     7491      +55     
- Misses       1210     1217       +7     

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

@@ -154,7 +157,7 @@ const tests = [
# "univariate/discrete/geometric",
# "univariate/discrete/hypergeometric",
# "univariate/discrete/noncentralhypergeometric",
# "univariate/discrete/poisson",
# "univariate/discrete/poisson",a
Copy link
Contributor Author

@lukketotte lukketotte Dec 5, 2023

Choose a reason for hiding this comment

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

No intention here, must've added it by mistake

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.

None yet

2 participants