Evaluating the Multivariate Student t Distribution Function

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



Try the student package in your browser

Any scripts or data that you put into this service are public.

student documentation built on May 2, 2019, 6:48 p.m.