Changes in version 1.1.4 (2024-09-30) - Update names - Change PI to M_PI Changes in version 1.1.2 (2021-10-08) - Minor updates to documentation to fix URLs for CRAN submission. Changes in version 1.1.1 - Updates to conform with the following recommendation: https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Fortran-character-strings While this should not break anything, I believe this may require R>=3.6.2. Changes in version 1.1.0 (2019-11-14) - Latest update to CRAN. Changes in version 1.0.3 - Minor updates to documentation Changes in version 1.0.2 - 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. Changes in version 1.0.1 (2019-06-18) - Update documentation to use pkgdown. Changes in version 1.0.0 (2019-01-25) - Tweak the documentation - Port pseudo-Wishart to C, gen inv based on pseudo-Wishart Changes in version 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. Changes in version 0.9.3 (2018-12-08) - Minor update to internal functions Changes in version 0.9.2 (2018-03-21) - Adding possibility of array input to density functions. Changes in version 0.9.1 - Finalize edits to documentation including additional references. Changes in version 0.9.0.9002 - Add more documentation, add more references to documentation, clean LaTeX equations in documentation. Changes in version 0.9.0.9001 - 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 Changes in version 0.9.0 (2018-02-26) - Feature complete, fully documented, and the math should be correct. Changes in version 0.1.0 - Breaking off from matrixdist