Skip to content

Elliptical CDF #15

@lrnv

Description

@lrnv

Gaussian and student have no cdf.

from discourse : https://discourse.julialang.org/t/cdf-of-a-copula-from-copulas-jl/85786

I fixed Copulas.jl (in the latest master commit), so that it provides a more accurate error: we rely on Distributions.jl's implementation of the multivariate Gaussian and Student distributions to handle the complexity behind the Gaussian and Student copulas, and Distributions.jl has no multivariate Gaussian cdf.
Here is a Github issue for this : JuliaStats/Distributions.jl#260
Also, seems relevant there : JuliaStats/StatsFuns.jl#114
But it does not look like it is going to be fixed soon. If you find somewhere an integration routine that computes the cdf of a multivariate Gaussian, I am willing to include it as a temporary workaround though, until those issues are fixed in StatsFun.jl and Distributions.jl

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions