MixMatrix 0.2.0 Unreleased

  • 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.

MixMatrix 0.2.1 Unreleased

  • 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

MixMatrix 0.2.2 2019-07-28

  • 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.

MixMatrix 0.2.4 2019-11-14

  • Fixed a minor bug in DF calculation for mixture models.
  • Fixed a minor bug in log likelihood calculation for mixture models.

MixMatrix 0.2.5 Unreleased

  • 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.

MixMatrix 0.2.6 Unreleased

  • Update to fix M_PI issue with Rcpp update.
  • Fix some non-HTTPS URLs.