This function returns the log-density for a multivariate Student distribution.
The data must be imputed as a matrix, using e.g., as.matrix
, with each row
representing an observation.
.dmvt_arma(x, mu, sigma, df, logd = FALSE)
density or log-density of the nrow(x)
sample
matrix of observations
location vector
positive definite scale matrix
degrees of freedom
logical; whether log-density should be returned (default to FALSE
)