From eac776a29c3abbea0a0054c0aeef8fa1b2640d63 Mon Sep 17 00:00:00 2001
From: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr>
Date: Wed, 18 Dec 2024 14:25:50 +0100
Subject: [PATCH] t distribution (not MGGD)

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fdc13bf..6d4e28d 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
 You can use the [multvardiv](https://forgemia.inra.fr/imhorphen/multvardiv) package,
-which provides the same tools for the multivariate generalized Gaussian distribution
+which provides the same tools for the multivariate $t$ distribution
 and other multvariate distributions.
 
 # mstudentd
 
 This package provides tools for multivariate $t$ distributions (MTD):
 
-* Calculation of distance/divergence between multivariate generalised Gaussian distributions (MTD):
+* Calculation of distance/divergence between multivariate $t$ distributions (MTD):
   + Renyi divergence
   + Kullback divergence
 * Manipulation of MTD distributions:
-- 
GitLab