library(student)
doPDF <- FALSE
We start by considering the following setup in the homogeneous case, that is, when all marginal distributions are equal.
d <- 5
a <- rep(0, 5)
if(doPDF) pdf(file = (file <- paste0("fig_.pdf")), width = 6, height = 6)
plot(1:10, 10:1)
if(doPDF) dev.off()