powered by
The density of the multivariate t distribution
dmvt0(x, delta, sigma, df = 1, log = TRUE)
vector or matrix of quantiles. If x is a matrix, each row is taken to be a quantile.
the vector of noncentrality parameters.
numeric matrix; scale matrix.
degress of freedom.
logical; whether to return log density value.
# NOT RUN { n <- 10 d <- 3 sigma <- crossprod(randn(d, d)) x <- rmvt0(n, sigma = sigma, df = 2) dmvt0(x, delta = numeric(d), sigma = sigma, df = 2) # }
Run the code above in your browser using DataLab