Evaluating the Multivariate Student t Distribution Function

Marius Hofert, Erik Hintz and Christiane Lemieux

2018-06-16

library(student)
doPDF <- FALSE

1 Heading

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()

1.1 Subheading