mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -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": [
|
||||
{
|
||||
"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": [],
|
||||
|
|
Loading…
Add table
Reference in a new issue