• Update names
  • Change PI to M_PI
  • Minor updates to documentation to fix URLs for CRAN submission.
  • Latest update to CRAN.
  • Minor updates to documentation
  • 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.
  • Update documentation to use pkgdown.
  • Tweak the documentation
  • Port pseudo-Wishart to C, gen inv based on pseudo-Wishart
  • 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.
  • Minor update to internal functions
  • Adding possibility of array input to density functions.
  • Finalize edits to documentation including additional references.
  • Add more documentation, add more references to documentation, clean LaTeX equations in documentation.
  • 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
  • Feature complete, fully documented, and the math should be correct.
  • Breaking off from matrixdist