Skip to content
Snippets Groups Projects
Commit e89ce847 authored by SANTAGOSTINI Pierre's avatar SANTAGOSTINI Pierre
Browse files

Fixed: \delta

parent 80d9c9db
No related branches found
No related tags found
No related merge requests found
......@@ -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.
#'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment