Skip to content

Commit

Permalink
simplify -- and correct -- references across docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv committed Sep 22, 2024
1 parent 748fe61 commit fe7e782
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/src/Vines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
4 changes: 1 addition & 3 deletions docs/src/archimedean/available_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ GumbelBarnettGenerator
InvGaussianGenerator
```



```@bibliography
Pages = ["available_models.md"]
Pages = [@__FILE__]
Canonical = false
```
8 changes: 6 additions & 2 deletions docs/src/dependence_measures.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
CurrentModule = Copulas
```

# Measures of dependency


Expand Down Expand Up @@ -71,6 +75,6 @@ Many parametric copulas families have simple surjections, injections, or even bi


```@bibliography
Pages = ["dependence_measures.md"]
Pages = [@__FILE__]
Canonical = false
```
```
5 changes: 5 additions & 0 deletions docs/src/elliptical/available_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ GaussianCopula

```@docs
TCopula
```

```@bibliography
Pages = [@__FILE__]
Canonical = false
```
2 changes: 1 addition & 1 deletion docs/src/elliptical/generalities.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ EllipticalCopula


```@bibliography
Pages = ["generalities.md"]
Pages = [@__FILE__]
Canonical = false
```
6 changes: 6 additions & 0 deletions docs/src/empirical/available_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion docs/src/empirical/generalities.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
5 changes: 5 additions & 0 deletions docs/src/extremevalue/available_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@ MOCopula
## `tEVCopula`
```@docs
tEVCopula
```

```@bibliography
Pages = [@__FILE__]
Canonical = false
```
5 changes: 5 additions & 0 deletions docs/src/extremevalue/generalities.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,8 @@ Note that all functions present in the algorithm were previously defined in prev
```@docs
ExtremeValueCopula
```

```@bibliography
Pages = [@__FILE__]
Canonical = false
```
2 changes: 1 addition & 1 deletion docs/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion docs/src/idx.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Modules = [Copulas]
```

```@bibliography
Pages = ["idx.md"]
Pages = [@__FILE__]
Canonical = false
```
2 changes: 1 addition & 1 deletion docs/src/miscellaneous.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ RafteryCopula
```

```@bibliography
Pages = ["Liouville.md"]
Pages = [@__FILE__]
Canonical = false
```
2 changes: 1 addition & 1 deletion docs/src/sklar.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ SklarDist
```

```@bibliography
Pages = ["sklar.md"]
Pages = [@__FILE__]
Canonical = false
```
5 changes: 5 additions & 0 deletions docs/src/transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ Copulas.subsetdims

```@docs
Copulas.SubsetCopula
```

```@bibliography
Pages = [@__FILE__]
Canonical = false
```

0 comments on commit fe7e782

Please sign in to comment.