Package: MixMatrix
Type: Package
Title: Classification with Matrix Variate Normal and t Distributions
Version: 0.2.2
Date: 2019-07-24
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) <arXiv:1907.09565>.
    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
LazyData: true
URL: http://github.com/gzt/MixMatrix/, https://gzt.github.io/MixMatrix/
BugReports: http://github.com/gzt/MixMatrix/issues
Language: en-us
License: GPL-3
RoxygenNote: 6.1.1
Encoding: UTF-8
LinkingTo: Rcpp, RcppArmadillo
NeedsCompilation: yes
Packaged: 2019-07-25 05:23:19 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: 2019-07-28 08:20:05 UTC
