Package: mig Type: Package Title: Multivariate Inverse Gaussian Distribution Version: 2.0 Authors@R: c(person(given="Leo", family="Belzile", role = c("aut", "cre"), email = "belzilel@gmail.com", comment = c(ORCID = "0000-0002-9135-014X")), person(given="Frederic", family="Ouimet", email = "frederic.ouimet.23@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-7933-5265"))) Description: Provides utilities for estimation for the multivariate inverse Gaussian distribution of Minami (2003) , including random vector generation and explicit estimators of the location vector and scale matrix. The package implements kernel density estimators discussed in Belzile, Desgagnes, Genest and Ouimet (2024) for smoothing multivariate data on half-spaces. BugReports: https://github.com/lbelzile/mig/issues Imports: statmod, TruncatedNormal (>= 2.3), Rcpp (>= 1.0.12) Depends: R (>= 2.10) Suggests: numDeriv, tinytest, knitr, rmarkdown, minqa LinkingTo: Rcpp, RcppArmadillo Encoding: UTF-8 LazyData: true License: MIT + file LICENSE VignetteBuilder: knitr RoxygenNote: 7.3.2 Repository: https://lbelzile.r-universe.dev Date/Publication: 2025-04-08 22:13:59 UTC RemoteUrl: https://github.com/lbelzile/mig RemoteRef: HEAD RemoteSha: 191ed5b73afda4b4e1245e0df920de0880f25a52 NeedsCompilation: yes Packaged: 2026-06-01 07:21:25 UTC; root Author: Leo Belzile [aut, cre] (ORCID: ), Frederic Ouimet [aut] (ORCID: ) Maintainer: Leo Belzile