-
Notifications
You must be signed in to change notification settings - Fork 87
/
CITATION.cff
79 lines (78 loc) · 2.48 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: hyppo
message: 'If you use this software, please cite it as below'
type: software
authors:
- given-names: Sambit
family-names: Panda
email: [email protected]
affiliation: Johns Hopkins University
orcid: 'https://orcid.org/0000-0001-8455-4243'
- orcid: 'https://orcid.org/0000-0001-6115-719X'
given-names: Satish
family-names: Palaniappan
affiliation: Johns Hopkins University
- given-names: Eric W.
family-names: Bridgeford
affiliation: Johns Hopkins School of Public Health
- given-names: Ronak
family-names: Mehta
affiliation: Johns Hopkins University
- affiliation: University of Delaware
given-names: Cencheng
family-names: Shen
- given-names: Joshua T.
family-names: Vogelstein
affiliation: Johns Hopkins University
orcid: 'https://orcid.org/0000-0003-2487-6237'
identifiers:
- type: doi
value: 10.48550/arXiv.1907.02088
description: arXiv
repository-code: 'https://github.com/neurodata/hyppo/tree/main'
url: 'https://hyppo.neurodata.io/'
repository: 'https://github.com/neurodata/hyppo-papers'
repository-artifact: 'https://github.com/neurodata/mgcpy-old'
abstract: >-
We introduce hyppo, a unified library for performing
multivariate hypothesis testing, including independence,
two-sample, and k-sample testing. While many multivariate
independence tests have R packages available, the
interfaces are inconsistent and most are not available in
Python. hyppo includes many state of the art multivariate
testing procedures. The package is easy-to-use and is
flexible enough to enable future extensions.
keywords:
- Python
- multivariate
- independence
- k-sample
- hypothesis
preferred-citation:
type: article
authors:
- family-names: "Panda"
given-names: "Sambit"
orcid: "https://orcid.org/0000-0001-8455-4243"
- family-names: "Palaniappan"
given-names: "Satish"
- family-names: "Bridgeford"
given-names: "Eric W."
- family-names: "Mehta"
given-names: "Ronak"
- family-names: "Shen"
given-names: "Cencheng"
- family-names: "Vogelstein"
given-names: "Joshua T."
orcid: "https://orcid.org/0000-0003-2487-6237"
doi: "10.48550/arXiv.1907.02088"
journal: "arXiv"
month: 9
# start: 1 # First page number
# end: 10 # Last page number
title: "hyppo: A Multivariate Hypothesis Testing Python Package"
# issue: 1
# volume: 1
year: 2021