mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 18:14:19 -08:00
added nonparametric tests for comparing both methodologies
This commit is contained in:
parent
f80d8c1880
commit
c6dd6b3e22
1 changed files with 3 additions and 2 deletions
|
@ -2,13 +2,14 @@
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": 5,
|
||||||
"id": "6ef80f77",
|
"id": "6ef80f77",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"import IPython\n",
|
"import IPython\n",
|
||||||
"import pandas as pd\n",
|
"import pandas as pd\n",
|
||||||
|
"import os, sys, pathlib\n",
|
||||||
"\n",
|
"\n",
|
||||||
"module_path = os.path.abspath(os.path.join(\"../..\"))\n",
|
"module_path = os.path.abspath(os.path.join(\"../..\"))\n",
|
||||||
"if module_path not in sys.path:\n",
|
"if module_path not in sys.path:\n",
|
||||||
|
@ -22,7 +23,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": 7,
|
||||||
"id": "9838abab",
|
"id": "9838abab",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
|
|
Loading…
Add table
Reference in a new issue