JuliaStats / Distributions.jl

A Julia package for probability distributions and associated functions.
Other
1.1k stars 414 forks source link

Add Asymmetric Exponential Power Distribution #1808

Open lukketotte opened 10 months ago

lukketotte commented 10 months ago

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 commented 10 months ago

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 :warning:
Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.