Hello,

In a situation where the dimension is high and the parameter is close to
the bound computing the density of the gumbel copula throws the following
error.

library(copula)
dCopula(rep(0.5,127),gumbelCopula(1.19,127),log=TRUE)

Loading required namespace: Rmpfr
Failed with error:  ‘there is no package called ‘Rmpfr’’
Error: requireNamespace("Rmpfr") is not TRUE


It does not seem to be a ploblem with lower dimension though

dCopula(rep(0.5,17),gumbelCopula(1.19,17),log=TRUE)

[1] 2.402906

I'm I missing something about the computation?

Best regards
-- 
Jeremie Juste

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to