dT: Density function for (multivariate) t distribution
Description
Get the density of a set of samples from a t distribution. For a random vector x, the density function is defined as:
$$Gamma((df + p)/2) / (Gamma(df/2)df^{p/2} pi ^{p/2} |Sigma|^{1/2}) [1+1/df (x-df)^T Sigma^{-1} (x-df)]^{-(df +p)/2}$$
Where p is the dimension of x.