Skip to content
Snippets Groups Projects
README.md 1.04 KiB
Newer Older
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
# mstudentd

SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
This package provides tools for multivariate $t$ distributions (MTD):
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
* Calculation of distance/divergence between multivariate generalised Gaussian distributions (MGGD):
  + Renyi divergence
  + Kullback divergence
* Manipulation of MGGD distributions:
  + Probability density
  <!-- + Estimation of the parameters -->
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
  + Simulation of samples from a MGGD
  + Plot of the density of a MGGD with 2 variables
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed

## Installation

<!--
Install the package from CRAN:
```
install.packages("mstudentd")
```
-->

<!-- Or --> Install the development version from the repository, using the `devtools` package:

```
install.packages("devtools")
devtools::install_git("https://forgemia.inra.fr/imhorphen/mstudentd")
```

SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
## Authors
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
[Pierre Santagostini](mailto:pierre.santagostini@agrocampus-ouest.fr) and [Nizar Bouhlel](mailto:nizar.bouhlel@agrocampus-ouest.fr)
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
## Reference

N. Bouhlel and D. Rousseau (2023), Exact Rényi and Kullback-Leibler Divergences Between Multivariate t-Distributions, IEEE Signal Processing Letters.
SANTAGOSTINI Pierre's avatar
SANTAGOSTINI Pierre committed
<doi:10.1109/LSP.2023.3324594>