Skip to content

Commit

Permalink
include skewness when computing kendall tau values
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed May 26, 2019
1 parent 4f69d25 commit cd157a2
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 9 deletions.
62 changes: 62 additions & 0 deletions demos/Untitled.ipynb
@@ -0,0 +1,62 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"import numpy as np"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"vals=np.arange(0,10,1)\n",
"vals"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit cd157a2

Please sign in to comment.