|
557 | 557 | " - Investigate why your data is not normal and perhaps use data preparation techniques to normalize the data.\n",
|
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 |
| - " - 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.\n", |
562 | 560 | " \n",
|
563 | 561 | "_This tuorial is inspired from [\"A Gentle Introduction to Normality Tests\"](https://machinelearningmastery.com/a-gentle-introduction-to-normality-tests-in-python/)_"
|
564 | 562 | ]
|
565 | 563 | },
|
566 | 564 | {
|
567 | 565 | "cell_type": "code",
|
568 |
| - "execution_count": 9, |
| 566 | + "execution_count": 10, |
569 | 567 | "metadata": {},
|
570 | 568 | "outputs": [
|
571 | 569 | {
|
|
597 | 595 | "output_type": "stream",
|
598 | 596 | "text": [
|
599 | 597 | "Collecting git+https://github.com/plotly/publisher.git\n",
|
600 |
| - " Cloning https://github.com/plotly/publisher.git to c:\\users\\priyat~1\\appdata\\local\\temp\\pip-req-build-z7imf2x6\n", |
| 598 | + " Cloning https://github.com/plotly/publisher.git to c:\\users\\priyat~1\\appdata\\local\\temp\\pip-req-build-w9y_giaw\n", |
601 | 599 | "Building wheels for collected packages: publisher\n",
|
602 | 600 | " Running setup.py bdist_wheel for publisher: started\n",
|
603 | 601 | " Running setup.py bdist_wheel for publisher: finished with status 'done'\n",
|
604 |
| - " Stored in directory: C:\\Users\\PRIYAT~1\\AppData\\Local\\Temp\\pip-ephem-wheel-cache-s6q9h6yd\\wheels\\99\\3e\\a0\\fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n", |
| 602 | + " Stored in directory: C:\\Users\\PRIYAT~1\\AppData\\Local\\Temp\\pip-ephem-wheel-cache-q_rnxevg\\wheels\\99\\3e\\a0\\fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n", |
605 | 603 | "Successfully built publisher\n",
|
606 | 604 | "Installing collected packages: publisher\n",
|
607 | 605 | " Found existing installation: publisher 0.13\n",
|
|
614 | 612 | "name": "stderr",
|
615 | 613 | "output_type": "stream",
|
616 | 614 | "text": [
|
617 |
| - "C:\\Anaconda\\Anaconda3\\lib\\site-packages\\IPython\\nbconvert.py:13: ShimWarning:\n", |
618 |
| - "\n", |
619 |
| - "The `IPython.nbconvert` package has been deprecated since IPython 4.0. You should import from nbconvert instead.\n", |
620 |
| - "\n", |
621 | 615 | "C:\\Anaconda\\Anaconda3\\lib\\site-packages\\publisher\\publisher.py:53: UserWarning:\n",
|
622 | 616 | "\n",
|
623 | 617 | "Did you \"Save\" this notebook before running this command? Remember to save, always save.\n",
|
|
0 commit comments