|
558 | 558 | " - Start looking into the use of nonparametric statistical methods instead of the parametric methods.\n",
|
559 | 559 | " - If some of the methods suggest that the sample is Gaussian and some not, then perhaps take this as an indication that your data is Gaussian-like.\n",
|
560 | 560 | " - In many situations, you can treat your data as though it is Gaussian and proceed with your chosen parametric statistical methods.\n",
|
561 |
| - " - A failure of one normality test means that your data is not normal. As simple as that." |
| 561 | + " - A failure of one normality test means that your data is not normal. As simple as that.\n", |
| 562 | + " \n", |
| 563 | + "_This tuorial is inspired from [\"A Gentle Introduction to Normality Tests\"](https://machinelearningmastery.com/a-gentle-introduction-to-normality-tests-in-python/)_" |
562 | 564 | ]
|
563 | 565 | },
|
564 | 566 | {
|
565 | 567 | "cell_type": "code",
|
566 |
| - "execution_count": 16, |
| 568 | + "execution_count": 17, |
567 | 569 | "metadata": {},
|
568 | 570 | "outputs": [
|
569 | 571 | {
|
|
595 | 597 | "output_type": "stream",
|
596 | 598 | "text": [
|
597 | 599 | "Collecting git+https://github.com/plotly/publisher.git\n",
|
598 |
| - " Cloning https://github.com/plotly/publisher.git to c:\\users\\thars\\appdata\\local\\temp\\pip-req-build-n7u5tlx4\n", |
| 600 | + " Cloning https://github.com/plotly/publisher.git to c:\\users\\thars\\appdata\\local\\temp\\pip-req-build-34pfz2w6\n", |
599 | 601 | "Building wheels for collected packages: publisher\n",
|
600 | 602 | " Running setup.py bdist_wheel for publisher: started\n",
|
601 | 603 | " Running setup.py bdist_wheel for publisher: finished with status 'done'\n",
|
602 |
| - " Stored in directory: C:\\Users\\thars\\AppData\\Local\\Temp\\pip-ephem-wheel-cache-hmmc54q3\\wheels\\99\\3e\\a0\\fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n", |
| 604 | + " Stored in directory: C:\\Users\\thars\\AppData\\Local\\Temp\\pip-ephem-wheel-cache-_sa5bntx\\wheels\\99\\3e\\a0\\fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n", |
603 | 605 | "Successfully built publisher\n",
|
604 | 606 | "Installing collected packages: publisher\n",
|
605 | 607 | " Found existing installation: publisher 0.13\n",
|
|
0 commit comments