Compute the probability density function of the multivariate Student’s t distribution.
The distribution is assumed to be centered (zero mean).
x = [1 2]; sigma = [1.0 0.5; 0.5 1.0]; nu = 4; p = mvtpdf (x, sigma, nu)
Package: statistics