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

Function name changed

parent f6abe9a6
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/mvrggd.R
\name{mvrggd}
\alias{mvrggd}
\name{rmggd}
\alias{rmggd}
\title{Simulate from a Multivariate Generalized Gaussian Distribution}
\usage{
mvrggd(n = 1 , mu, Sigma, beta, tol = 1e-6)
rmggd(n = 1 , mu, Sigma, beta, tol = 1e-6)
}
\arguments{
\item{n}{integer. Number of observations.}
......@@ -38,7 +38,7 @@ This property is used to generate a sample from a MGGD.
mu <- c(0, 0, 0)
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
mvrggd(100, mu, Sigma, beta)
rmggd(100, mu, Sigma, beta)
}
\references{
......@@ -47,9 +47,9 @@ Commun. Statist. 1998, Theory Methods, col. 27, no. 23, p 589-600.
\doi{10.1080/03610929808832115}
}
\seealso{
\code{\link{mvdggd}}: probability density of a MGGD..
\code{\link{dmggd}}: probability density of a MGGD..
\code{\link{estparmvggd}}: estimation of the parameters of a MGGD.
\code{\link{estparmggd}}: estimation of the parameters of a MGGD.
}
\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