• Fix Doxygen update to _PACKAGE issue
  • Fix names in DESCRIPTION
  • Fix “if (class(x) == …)” issue.
  • Update to fix M_PI issue with Rcpp update.
  • Fix some non-HTTPS URLs.
  • Update with DOI for associated paper.
  • Fix an issue with AR(1) and CS covariances. The way these are specified means that in case of mis-specification, they may be non-monotonic if they are mis-specified and results are near the the boundary. The functions were written such that it would not stop in this case.
  • Fixed a minor bug in DF calculation for mixture models.
  • Fixed a minor bug in log likelihood calculation for mixture models.
  • Added more citations and references.
  • Added reference to the paper this package accompanies.
  • A small series of bug fixes and internal function updates to more easily support restrictions on means and variances different functions.
  • Added a number of citations and references to manuals and vignettes, including clarifying sources of any other functions.
  • Added logLik functions for LDA, QDA, and MixMatrix objects
  • Start to add mixture modeling - currently support unconstrained variances only and fixed nu parameters for the model = "t" option..
  • Remove list support for matrix LDA and QDA, since they were just a pain to support for the predict methods.
  • Preparing for CRAN submission
  • Add pkgdown (https://gzt.github.io/MixMatrix/)
  • Add ORCID
  • Minor documentation changes
  • Fix nu bug for matrixlda and matrixqda when using normal distribution
  • Add vignette for t distribution
  • changing name to MixMatrix