R/MixMatrix.R

#' Classification with Matrix Variate Normal and t Distributions
#'
#' Provides sampling and density functions for matrix
#' variate normal, \eqn{t}, and inverted \eqn{t} distributions;
#' ML estimation for matrix variate normal and \eqn{t} distributions
#' using the EM algorithm, including some restrictions on the parameters;
#' and classification by linear and quadratic discriminant
#' analysis for matrix variate normal and t distributions described
#' in [Thompson et al. (2019)](https://arxiv.org/abs/1907.09565).
#' Performs clustering with matrix variate normal and t mixture models.
#'
#' @docType package
#' @name MixMatrix
NULL
## usethis namespace: start
#' @useDynLib MixMatrix, .registration = TRUE
#' @importFrom Rcpp sourceCpp
## usethis namespace: end
NULL

Try the MixMatrix package in your browser

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

MixMatrix documentation built on Nov. 16, 2021, 9:25 a.m.