From e89ce847010ccbe7ea2b806d276aa3e5e621a4f9 Mon Sep 17 00:00:00 2001
From: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr>
Date: Tue, 4 Feb 2025 16:44:24 +0100
Subject: [PATCH] Fixed: \delta

---
 R/estparnormratio.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/estparnormratio.R b/R/estparnormratio.R
index 20b189b..230eb59 100644
--- a/R/estparnormratio.R
+++ b/R/estparnormratio.R
@@ -23,7 +23,7 @@ estparnormratio <- function(z, eps = 1e-06) {
   #' }
   #' with two attributes \code{attr(, "epsilon")} (precision of the result) and \code{attr(, "k")} (number of iterations).
   #'
-  #' @details The parameters \eqn{\beta}, \eqn{\rho}, \eqn{delta_y} are estimated with the EM algorithm
+  #' @details The parameters \eqn{\beta}, \eqn{\rho}, \eqn{\delta_y} are estimated with the EM algorithm
   #' as presented in El Ghaziri et al. The computation uses the \code{\link{kummerM}} function.
   #' This uses an iterative algorithm.
   #'
-- 
GitLab