Skip to content

Commit 0ba2387

Browse files
committed
add
1 parent ae87c1d commit 0ba2387

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

README.md

+24-23
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,13 @@
1-
# PyPair
2-
3-
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+
![One-Off Coder Logo](logo.png "One-Off Coder")
42

5-
* categorical
6-
* binary
7-
* nominal
8-
* ordinal
9-
* continuous
10-
* interval
11-
* ratio
12-
13-
# Citation
3+
# PyPair
144

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.
246

25-
# Copyright Stuff
7+
# Software Copyright
268

279
```
28-
Copyright 2020 One-Off Coder
10+
Copyright 2017 Jee Vang
2911
3012
Licensed under the Apache License, Version 2.0 (the "License");
3113
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.
3921
See the License for the specific language governing permissions and
4022
limitations under the License.
4123
```
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+
![Creative Commons Attribution 4.0 International License](https://i.creativecommons.org/l/by/4.0/88x31.png "Creative Commons Attribution 4.0 International License")
32+
33+
# Citation
34+
35+
```
36+
@misc{oneoffcoder_pypair_2020,
37+
title={PyPair, A Statistical API for Bivariate Association Measures},
38+
url={https://github.com/oneoffcoder/py-pair},
39+
author={Jee Vang},
40+
year={2020},
41+
month={Nov}}
42+
```

logo.png

6.8 KB
Loading

0 commit comments

Comments
 (0)