Skip to content

Commit

Permalink
Docs Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv authored Feb 6, 2024
1 parent ecf55fe commit 5fe6c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EllipticalCopulas/GaussianCopula.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ copula of a [Multivariate normal distribution](http://en.wikipedia.org/wiki/Mult
```math
C(\\mathbf{x}; \\boldsymbol{\\Sigma}) = F_{\\Sigma}(F_{\\Sigma,i}^{-1}(x_i),i\\in 1,...d)
```
where ``F_{\\Sigma}`` is a cdf of a gaussian random vector and `F_{\\Sigma,i}` is the ith marginal cdf, while ``\\Sigma`` is the covariance matrix.
where ``F_{\\Sigma}`` is a cdf of a gaussian random vector and ``F_{\\Sigma,i}`` is the ith marginal cdf, while ``\\Sigma`` is the covariance matrix.
It can be constructed in Julia via:
```julia
Expand Down

0 comments on commit 5fe6c6c

Please sign in to comment.