You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyPair is a statistical library to compute pairwise association between any two variables. A [reasonable taxonomy](https://cyfar.org/types-variables) of variable types in statistics is as follows.
1
+

4
2
5
-
* categorical
6
-
* binary
7
-
* nominal
8
-
* ordinal
9
-
* continuous
10
-
* interval
11
-
* ratio
12
-
13
-
# Citation
3
+
# PyPair
14
4
15
-
```
16
-
@misc{oneoffcoder_2020,
17
-
title={PyPair},
18
-
url={https://github.com/oneoffcoder/py-pair/},
19
-
journal={GitHub},
20
-
author={Vang, Jee},
21
-
year={2020},
22
-
month={Nov}}
23
-
```
5
+
PyPair is a statistical library to compute pairwise association between any two variables.
24
6
25
-
# Copyright Stuff
7
+
# Software Copyright
26
8
27
9
```
28
-
Copyright 2020 One-Off Coder
10
+
Copyright 2017 Jee Vang
29
11
30
12
Licensed under the Apache License, Version 2.0 (the "License");
31
13
you may not use this file except in compliance with the License.
@@ -39,3 +21,22 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
39
21
See the License for the specific language governing permissions and
40
22
limitations under the License.
41
23
```
24
+
25
+
# Book Copyright
26
+
27
+
Copyright 2020 One-Off Coder
28
+
29
+
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/) by [One-Off Coder](https://www.oneoffcoder.com).
30
+
31
+

32
+
33
+
# Citation
34
+
35
+
```
36
+
@misc{oneoffcoder_pypair_2020,
37
+
title={PyPair, A Statistical API for Bivariate Association Measures},
0 commit comments