-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
20 lines (20 loc) · 889 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
20 lines (20 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Type: Package
Package: MVT
Version: 0.3-81
Title: Estimation and Testing for the Multivariate t-Distribution
Date: 2024-09-24
Authors@R: person("Felipe", "Osorio", email = "felipe.osorios@usm.cl",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4675-5201"))
Maintainer: Felipe Osorio <felipe.osorios@usm.cl>
Description: Routines to perform estimation and inference under the multivariate
t-distribution <doi:10.1007/s10182-022-00468-2>. Currently, the following methodologies
are implemented: multivariate mean and covariance estimation, hypothesis testing
about equicorrelation and homogeneity of variances, the Wilson-Hilferty transformation,
QQ-plots with envelopes and random variate generation.
Depends: R(>= 3.5.0), fastmatrix
LinkingTo: fastmatrix
Imports: stats, utils, graphics
License: GPL-3
URL: http://mvt.mat.utfsm.cl/
NeedsCompilation: yes
LazyLoad: yes