Skip to content

Commit

Permalink
Add tests of marginal uniformity for Liouville copulas
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv committed Nov 24, 2023
1 parent b401385 commit 1a442e3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/margins_uniformity.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,18 @@
FGMCopula(2,1),
MCopula(4),
PlackettCopula(2.0),
ArchimedeanCopula(3,WilliamsonGenerator(LogNormal(),4)),
# Others ? Yes probably others too !
(LiouvilleCopula([1,5],G) for G in (
Copulas.AMHGenerator(0.6),
Copulas.AMHGenerator(-0.3),
Copulas.ClaytonGenerator(-0.05),
Copulas.IndependentGenerator(),
Copulas.GumbelBarnettGenerator(0.7),
Copulas.InvGaussianGenerator(0.05),
Copulas.InvGaussianGenerator(8),
Copulas.WilliamsonGenerator(LogNormal(),6),
))...
)
n = 1000
U = Uniform(0,1)
Expand Down

0 comments on commit 1a442e3

Please sign in to comment.