From 4f0ba11147ec5939cd1f4ab9065570c062926420 Mon Sep 17 00:00:00 2001 From: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr> Date: Thu, 30 May 2024 16:39:35 +0200 Subject: [PATCH] Fixed: MTD (and not MGGD) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c43b1c..6ff9fca 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ This package provides tools for multivariate $t$ distributions (MTD): -* Calculation of distance/divergence between multivariate generalised Gaussian distributions (MGGD): +* Calculation of distance/divergence between multivariate generalised Gaussian distributions (MTD): + Renyi divergence + Kullback divergence -* Manipulation of MGGD distributions: +* Manipulation of MTD distributions: + Probability density <!-- + Estimation of the parameters --> - + Simulation of samples from a MGGD - + Plot of the density of a MGGD with 2 variables + + Simulation of samples from a MTD + + Plot of the density of a MTD with 2 variables ## Installation -- GitLab