-
Notifications
You must be signed in to change notification settings - Fork 12
Description
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 onDistributions.jl's implementation of the multivariate Gaussian and Student distributions to handle the complexity behind the Gaussian and Student copulas, andDistributions.jlhas no multivariate Gaussiancdf.
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 thecdfof a multivariate Gaussian, I am willing to include it as a temporary workaround though, until those issues are fixed inStatsFun.jlandDistributions.jl