Skip to content

Commit

Permalink
Update generalities.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv authored Feb 20, 2024
1 parent d8fed1e commit ccb4433
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/elliptical/generalities.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CurrentModule = Copulas
```
# [Elliptical Copulas](@id elliptical_copulas_header)

## Definition

The easiest families of copulas are the one derived from known families of random vectors, and the first presented one are, generally, the Elliptical families (in particular, the Gaussian and Student families are very standard in the litterature).

Expand Down Expand Up @@ -84,7 +85,7 @@ N(::Type{MyElliptical{d,T}}) where {d,T} # Distribution of the mutlivariate rand

However, not much other cases than the Gaussian and Elliptical one are really used in the literature.

## Example
## Examples

To construct, e.g., a Student copula, you need to provide the Correlation matrix and the number of degree of freedom, as follows:

Expand Down Expand Up @@ -123,4 +124,4 @@ EllipticalCopula
```@bibliography
Pages = ["generalities.md"]
Canonical = false
```
```

0 comments on commit ccb4433

Please sign in to comment.