diff --git a/docs/src/Vines.md b/docs/src/Vines.md index 1a8c410b..8003e2ec 100644 --- a/docs/src/Vines.md +++ b/docs/src/Vines.md @@ -8,13 +8,13 @@ CurrentModule = Copulas Do not hesitate to come talk on [our GitHub](https://github.com/lrnv/Copulas.jl) ! One more noticeable class of copulas are the Vines copulas. These distributions use a graph of conditional distributions to encode the distribution of the random vector. To define such a model, working with conditional densities, and given any ordered partition $\bm i_1,...\bm i_p$ of $1,...d$, we write: - + $$f(\bm x) = f(x_{\bm i_1}) \prod\limits_{j=1}^{p-1} f(x_{\bm i_{j+1}} | x_{\bm i_j}).$$ Of course, the choice of the partition, of its order, and of the conditional models is left to the practitioner. The goal when dealing with such dependency graphs is to tailor the graph to reduce the error of approximation, which can be a tricky task. There exists simplifying assumptions that help with this matter, and we refer to [durante2017a,nagler2016,nagler2018,czado2013,czado2019,graler2014](@cite) for a deep dive into the vine theory, along with some nice results and extensions. ```@bibliography -Pages = ["Liouville.md"] +Pages = [@__FILE__] Canonical = false ``` \ No newline at end of file diff --git a/docs/src/archimedean/available_models.md b/docs/src/archimedean/available_models.md index 0cad0372..9886a1cf 100644 --- a/docs/src/archimedean/available_models.md +++ b/docs/src/archimedean/available_models.md @@ -58,9 +58,7 @@ GumbelBarnettGenerator InvGaussianGenerator ``` - - ```@bibliography -Pages = ["available_models.md"] +Pages = [@__FILE__] Canonical = false ``` \ No newline at end of file diff --git a/docs/src/dependence_measures.md b/docs/src/dependence_measures.md index d862ce77..1bfd2d7e 100644 --- a/docs/src/dependence_measures.md +++ b/docs/src/dependence_measures.md @@ -1,3 +1,7 @@ +```@meta +CurrentModule = Copulas +``` + # Measures of dependency @@ -71,6 +75,6 @@ Many parametric copulas families have simple surjections, injections, or even bi ```@bibliography -Pages = ["dependence_measures.md"] +Pages = [@__FILE__] Canonical = false -``` +``` \ No newline at end of file diff --git a/docs/src/elliptical/available_models.md b/docs/src/elliptical/available_models.md index 763c594a..b1c818b5 100644 --- a/docs/src/elliptical/available_models.md +++ b/docs/src/elliptical/available_models.md @@ -14,4 +14,9 @@ GaussianCopula ```@docs TCopula +``` + +```@bibliography +Pages = [@__FILE__] +Canonical = false ``` \ No newline at end of file diff --git a/docs/src/elliptical/generalities.md b/docs/src/elliptical/generalities.md index cf73111c..fcac63d5 100644 --- a/docs/src/elliptical/generalities.md +++ b/docs/src/elliptical/generalities.md @@ -123,6 +123,6 @@ EllipticalCopula ```@bibliography -Pages = ["generalities.md"] +Pages = [@__FILE__] Canonical = false ``` diff --git a/docs/src/empirical/available_models.md b/docs/src/empirical/available_models.md index 1272c044..532c0732 100644 --- a/docs/src/empirical/available_models.md +++ b/docs/src/empirical/available_models.md @@ -24,3 +24,9 @@ EmpiricalCopula !!! todo "Not implemented yet!" Do not hesitate to come talk on [our GitHub](https://github.com/lrnv/Copulas.jl) ! + + +```@bibliography +Pages = [@__FILE__] +Canonical = false +``` \ No newline at end of file diff --git a/docs/src/empirical/generalities.md b/docs/src/empirical/generalities.md index 23ee8980..1ef3d882 100644 --- a/docs/src/empirical/generalities.md +++ b/docs/src/empirical/generalities.md @@ -129,6 +129,6 @@ Convergence results for this kind of copulas can be found in [durante2015](@cite ```@bibliography -Pages = ["generalities.md"] +Pages = [@__FILE__] Canonical = false ``` \ No newline at end of file diff --git a/docs/src/extremevalue/available_models.md b/docs/src/extremevalue/available_models.md index c549c86b..3fcba6f1 100644 --- a/docs/src/extremevalue/available_models.md +++ b/docs/src/extremevalue/available_models.md @@ -57,4 +57,9 @@ MOCopula ## `tEVCopula` ```@docs tEVCopula +``` + +```@bibliography +Pages = [@__FILE__] +Canonical = false ``` \ No newline at end of file diff --git a/docs/src/extremevalue/generalities.md b/docs/src/extremevalue/generalities.md index 3fe1ed4a..54b4ea5a 100644 --- a/docs/src/extremevalue/generalities.md +++ b/docs/src/extremevalue/generalities.md @@ -95,3 +95,8 @@ Note that all functions present in the algorithm were previously defined in prev ```@docs ExtremeValueCopula ``` + +```@bibliography +Pages = [@__FILE__] +Canonical = false +``` diff --git a/docs/src/getting_started.md b/docs/src/getting_started.md index dda24138..cafdb691 100644 --- a/docs/src/getting_started.md +++ b/docs/src/getting_started.md @@ -181,6 +181,6 @@ Each of these classes more-or-less correspond to an abstract type in our type hi ```@bibliography -Pages = ["getting_started.md"] +Pages = [@__FILE__] Canonical = false ``` diff --git a/docs/src/idx.md b/docs/src/idx.md index 0b6aece6..f809440c 100644 --- a/docs/src/idx.md +++ b/docs/src/idx.md @@ -11,6 +11,6 @@ Modules = [Copulas] ``` ```@bibliography -Pages = ["idx.md"] +Pages = [@__FILE__] Canonical = false ``` \ No newline at end of file diff --git a/docs/src/miscellaneous.md b/docs/src/miscellaneous.md index c77c2459..0d627920 100644 --- a/docs/src/miscellaneous.md +++ b/docs/src/miscellaneous.md @@ -27,6 +27,6 @@ RafteryCopula ``` ```@bibliography -Pages = ["Liouville.md"] +Pages = [@__FILE__] Canonical = false ``` diff --git a/docs/src/sklar.md b/docs/src/sklar.md index b92c2fab..c5d72d64 100644 --- a/docs/src/sklar.md +++ b/docs/src/sklar.md @@ -47,6 +47,6 @@ SklarDist ``` ```@bibliography -Pages = ["sklar.md"] +Pages = [@__FILE__] Canonical = false ``` \ No newline at end of file diff --git a/docs/src/transformations.md b/docs/src/transformations.md index 0393860e..d2493607 100644 --- a/docs/src/transformations.md +++ b/docs/src/transformations.md @@ -19,4 +19,9 @@ Copulas.subsetdims ```@docs Copulas.SubsetCopula +``` + +```@bibliography +Pages = [@__FILE__] +Canonical = false ``` \ No newline at end of file