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

Function name changed

parent 9db93ca0
No related branches found
No related tags found
No related merge requests found
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mvdggd.R
\name{mvdggd}
\alias{mvdggd}
\name{dmggd}
\alias{dmggd}
\title{Density of a Multivariate Generalized Gaussian Distribution}
\usage{
mvdggd(x, mu, Sigma, beta, tol = 1e-6)
dmggd(x, mu, Sigma, beta, tol = 1e-6)
}
\arguments{
\item{x}{length \eqn{p} numeric vector.}
......@@ -35,8 +35,8 @@ When \eqn{p=1} (univariate case) it becomes:
mu <- c(0, 1, 4)
Sigma <- matrix(c(0.8, 0.3, 0.2, 0.3, 0.2, 0.1, 0.2, 0.1, 0.2), nrow = 3)
beta <- 0.74
mvdggd(c(0, 1, 4), mu, Sigma, beta)
mvdggd(c(1, 2, 3), mu, Sigma, beta)
dmggd(c(0, 1, 4), mu, Sigma, beta)
dmggd(c(1, 2, 3), mu, Sigma, beta)
}
\references{
......@@ -45,11 +45,11 @@ Commun. Statist. 1998, Theory Methods, col. 27, no. 23, p 589-600.
\doi{10.1080/03610929808832115}
}
\seealso{
\code{\link{mvrggd}}: random generation from a MGGD.
\code{\link{rmggd}}: random generation from a MGGD.
\code{\link{estparmvggd}}: estimation of the parameters of a MGGD.
\code{\link{estparmggd}}: estimation of the parameters of a MGGD.
\code{\link{plotmvggd}}, \code{\link{contourmvggd}}: plot of the probability density of a bivariate generalised Gaussian distribution.
\code{\link{plotmggd}}, \code{\link{contourmggd}}: plot of the probability density of a bivariate generalised Gaussian distribution.
}
\author{
Pierre Santagostini, Nizar Bouhlel
......
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