diff --git a/R/mggd.R b/R/mggd.R index 027313abb4d3e8be847573743b5b2cae6159b0bb..0f1ced0b706a2a804f490d0a2a2d66dca13bdf34 100644 --- a/R/mggd.R +++ b/R/mggd.R @@ -8,10 +8,10 @@ #' } #' \item Tools for MGGD: #' \itemize{ -#' \item Probability density: \code{\link{mvdggd}} -#' \item Estimation of the parameters: \code{\link{estparmvggd}} -#' \item Simulation from a MGGD: \code{\link{mvrggd}} -#' \item Plot of the density of a MGGD with 2 variables: \code{\link{plotmvggd}}, \code{\link{contourmvggd}} +#' \item Probability density: \code{\link{dmggd}} +#' \item Estimation of the parameters: \code{\link{estparmggd}} +#' \item Simulation from a MGGD: \code{\link{rmggd}} +#' \item Plot of the density of a MGGD with 2 variables: \code{\link{plotmggd}}, \code{\link{contourmggd}} #' } #' } #'