Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mggd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
A compter du 1er avril, attention à vos pipelines :
Nouvelles limitations de Docker Hub
Show more breadcrumbs
ImHorPhen
mggd
Commits
2b3ec7fe
Commit
2b3ec7fe
authored
1 year ago
by
SANTAGOSTINI Pierre
Browse files
Options
Downloads
Patches
Plain Diff
Function name changed
parent
f6abe9a6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
man/rmggd.Rd
+6
-6
6 additions, 6 deletions
man/rmggd.Rd
with
6 additions
and
6 deletions
man/
mv
rggd.Rd
→
man/r
m
ggd.Rd
+
6
−
6
View file @
2b3ec7fe
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mvrggd.R
\name{
mv
rggd}
\alias{
mv
rggd}
\name{r
m
ggd}
\alias{r
m
ggd}
\title{Simulate from a Multivariate Generalized Gaussian Distribution}
\usage{
mv
rggd(n = 1 , mu, Sigma, beta, tol = 1e-6)
r
m
ggd(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
mv
rggd(100, mu, Sigma, beta)
r
m
ggd(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{
mv
dggd}}: probability density of a MGGD..
\code{\link{d
m
ggd}}: probability density of a MGGD..
\code{\link{estparm
v
ggd}}: estimation of the parameters of a MGGD.
\code{\link{estparmggd}}: estimation of the parameters of a MGGD.
}
\author{
Pierre Santagostini, Nizar Bouhlel
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment