@@ -10,22 +10,22 @@ module Copulas
1010 import StatsFuns
1111 import TaylorSeries
1212 import ForwardDiff
13- import Cubature
13+ import HCubature
1414 import MvNormalCDF
1515 import WilliamsonTransforms
1616 import Combinatorics
1717 import LogExpFunctions
1818 import QuadGK
1919 import LinearAlgebra
2020
21- # Standard copulas and stuff.
21+ # Standard copulas and stuff.
2222 include (" utils.jl" )
2323 include (" Copula.jl" )
2424 include (" SklarDist.jl" )
2525 export pseudos,
2626 SklarDist
2727
28- # Others.
28+ # Others.
2929 include (" MiscellaneousCopulas/SurvivalCopula.jl" )
3030 include (" MiscellaneousCopulas/PlackettCopula.jl" )
3131 include (" MiscellaneousCopulas/EmpiricalCopula.jl" )
@@ -41,10 +41,10 @@ module Copulas
4141 include (" EllipticalCopula.jl" )
4242 include (" EllipticalCopulas/GaussianCopula.jl" )
4343 include (" EllipticalCopulas/TCopula.jl" )
44- export GaussianCopula,
44+ export GaussianCopula,
4545 TCopula
4646
47- # These three distributions might be merged in Distrbutions.jl one day.
47+ # These three distributions might be merged in Distrbutions.jl one day.
4848 include (" UnivariateDistribution/Sibuya.jl" )
4949 include (" UnivariateDistribution/Logarithmic.jl" )
5050 include (" UnivariateDistribution/AlphaStable.jl" )
@@ -67,7 +67,7 @@ module Copulas
6767 include (" Generator/UnivariateGenerator/GumbelGenerator.jl" )
6868 include (" Generator/UnivariateGenerator/InvGaussianGenerator.jl" )
6969 include (" Generator/UnivariateGenerator/JoeGenerator.jl" )
70-
70+
7171 # Archimedean copulas
7272 include (" ArchimedeanCopula.jl" )
7373 include (" BivariateArchimedeanMethods.jl" )
@@ -94,9 +94,9 @@ module Copulas
9494 include (" ExtremeValueCopulas/HuslerReissCopula.jl" )
9595 include (" ExtremeValueCopulas/LogCopula.jl" )
9696 include (" ExtremeValueCopulas/MixedCopula.jl" )
97- include (" ExtremeValueCopulas/MOCopula.jl" )
97+ include (" ExtremeValueCopulas/MOCopula.jl" )
9898 include (" ExtremeValueCopulas/tEVCopula.jl" )
99-
99+
100100 export AsymGalambosCopula,
101101 AsymLogCopula,
102102 AsymMixedCopula,
@@ -106,12 +106,12 @@ module Copulas
106106 HuslerReissCopula,
107107 LogCopula,
108108 MixedCopula,
109- MOCopula,
109+ MOCopula,
110110 tEVCopula
111111
112112
113113 # Subsetting
114- include (" SubsetCopula.jl" ) # not exported yet.
114+ include (" SubsetCopula.jl" ) # not exported yet.
115115
116116 using PrecompileTools
117117 @setup_workload begin
@@ -143,8 +143,8 @@ module Copulas
143143 # WCopula(2), ################ <<<<<<<<<-------------- Does not work and I cannot explain why !
144144 # RafteryCopula(2, 0.2), ################ <<<<<<<<<<------------- BUGGY
145145 # RafteryCopula(3, 0.5), ################ <<<<<<<<<<------------- BUGGY
146- # We should probably add others to speed up again.
147- )
146+ # We should probably add others to speed up again.
147+ )
148148 u1 = rand (C)
149149 u = rand (C,2 )
150150 if applicable (Distributions. pdf,C,u1) && ! (typeof (C)<: EmpiricalCopula )
0 commit comments