Package: MixMatrix
Type: Package
Title: Classification with Matrix Variate Normal and t Distributions
Version: 0.2.6
Authors@R: c(person(c("Geoffrey", "Thompson"),email="gzthompson@gmail.com",
          role = c("aut", "cre"), comment = c(ORCID = '0000-0003-2436-8822')),
	  person(c("B. D.", "Ripley",
	  comment = "author of original lda and qda functions"),
	  email = "ripley@stats.ox.ac.uk", role = c("ctb","cph")),
	  person(c("W. N.", "Venables",
	  comment = "author of original lda and qda functions"),
          role = c("ctb","cph")))
Description: Provides sampling and density functions for matrix
    variate normal, t, and inverted t distributions;  ML estimation for matrix
    variate normal and 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) <doi:10.1080/10618600.2019.1696208>.
    Performs clustering with matrix variate normal and t mixture models.
Depends: R (>= 3.5.0)
Imports: stats, CholWishart, Rcpp
Suggests: knitr, rmarkdown, testthat, covr, ggplot2, dplyr, magrittr,
        spelling
VignetteBuilder: knitr
URL: https://github.com/gzt/MixMatrix/,
        https://gzt.github.io/MixMatrix/
BugReports: https://github.com/gzt/MixMatrix/issues
Language: en-us
License: GPL-3
RoxygenNote: 7.1.2
Encoding: UTF-8
LinkingTo: Rcpp, RcppArmadillo
NeedsCompilation: yes
Packaged: 2021-11-15 13:24:40 UTC; gzt
Author: Geoffrey Thompson [aut, cre] (<https://orcid.org/0000-0003-2436-8822>),
  B. D. Ripley author of original lda and qda functions [ctb, cph],
  W. N. Venables author of original lda and qda functions [ctb, cph]
Maintainer: Geoffrey Thompson <gzthompson@gmail.com>
Repository: CRAN
Date/Publication: 2021-11-16 08:10:15 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2021-11-17 11:24:08 UTC; unix
Archs: MixMatrix.so.dSYM
