powered by
Draws a discrete joint probability, for 2 variables, using bubbles
desscoptous(copest, normalize = FALSE)
the estimated copula (the whole structure resulting from corc)
corc
if TRUE, the smallest probability is rescaled to 0, and the largest to 1
Jerome Collet
lon <- 31 a <- 2.85 x <- rnorm(lon) y = a*x^2+rnorm(lon) z = rnorm(lon) tablo = as.data.frame(cbind(x,y,z)) c=corc(tablo,c("x","y","z"),8) desscoptous(c)
Run the code above in your browser using DataLab