added nonparametric tests for comparing both methodologies

This commit is contained in:
Saran Ahluwalia 2021-12-11 13:06:17 -05:00
parent f80d8c1880
commit c6dd6b3e22

View file

@ -2,13 +2,14 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 5,
"id": "6ef80f77",
"metadata": {},
"outputs": [],
"source": [
"import IPython\n",
"import pandas as pd\n",
"import os, sys, pathlib\n",
"\n",
"module_path = os.path.abspath(os.path.join(\"../..\"))\n",
"if module_path not in sys.path:\n",
@ -22,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"id": "9838abab",
"metadata": {},
"outputs": [],