CholWishart 1.1.2 2021-10-08

  • Minor updates to documentation to fix URLs for CRAN submission.

CholWishart 1.1.1 Unreleased

CholWishart 1.1.0 2019-11-14

  • Latest update to CRAN.

CholWishart 1.0.3 Unreleased

  • Minor updates to documentation

CholWishart 1.0.2 Unreleased

  • Add R_RegisterCCallable() interface and header inst/install/CholWishart.h so that the exported functions can be called in C from other packages. All the exported functions are now also available to be called by external C code in other packages, just pull in the header.

CholWishart 1.0.1 2019-06-18

  • Update documentation to use pkgdown.

CholWishart 1.0.0 2019-01-25

  • Tweak the documentation
  • Port pseudo-Wishart to C, gen inv based on pseudo-Wishart

CholWishart 0.9.4 2019-01-07

  • Add new functions to the vignette
  • Add generalized inverse Wishart (pseudo inverse of the pseudo Wishart)
  • Add pseudo-Wishart (Wishart distribution based on fewer observations than the dimension of the covariance matrix).
  • Add contributor guidelines and code of conduct.

CholWishart 0.9.3 2018-12-08

  • Minor update to internal functions

CholWishart 0.9.2 2018-03-21

  • Adding possibility of array input to density functions.

CholWishart 0.9.1 Unreleased

  • Finalize edits to documentation including additional references.

CholWishart 0.9.0.9002 Unreleased

  • Add more documentation, add more references to documentation, clean LaTeX equations in documentation.

CholWishart 0.9.0.9001 Unreleased

  • Add additional tests for dWishart and dInvWishart functions
  • Add references and equations to help files
  • Add additional tests for complex entries (should fail) and other erroneous input

CholWishart 0.9.0 2018-02-26

  • Feature complete, fully documented, and the math should be correct.

CholWishart 0.1.0 Unreleased

  • Breaking off from matrixdist