Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8ae4b3

Browse files
committed
added reference
1 parent 86b7175 commit c8ae4b3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

_posts/python/statistics/normality-test/2015-06-30-python-Normality-Test.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ <h4 id="Conclusion">Conclusion<a class="anchor-link" href="#Conclusion">&#182;</
648648
<li>In many situations, you can treat your data as though it is Gaussian and proceed with your chosen parametric statistical methods.</li>
649649
<li>A failure of one normality test means that your data is not normal. As simple as that.</li>
650650
</ul>
651+
<p><em>This tuorial is inspired from <a href="https://machinelearningmastery.com/a-gentle-introduction-to-normality-tests-in-python/">"A Gentle Introduction to Normality Tests"</a></em></p>
651652

652653
</div>
653654
</div>

_posts/python/statistics/normality-test/python-Normality-Test.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -558,12 +558,14 @@
558558
" - Start looking into the use of nonparametric statistical methods instead of the parametric methods.\n",
559559
" - 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",
560560
" - 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/)_"
562564
]
563565
},
564566
{
565567
"cell_type": "code",
566-
"execution_count": 16,
568+
"execution_count": 17,
567569
"metadata": {},
568570
"outputs": [
569571
{
@@ -595,11 +597,11 @@
595597
"output_type": "stream",
596598
"text": [
597599
"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",
599601
"Building wheels for collected packages: publisher\n",
600602
" Running setup.py bdist_wheel for publisher: started\n",
601603
" 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",
603605
"Successfully built publisher\n",
604606
"Installing collected packages: publisher\n",
605607
" Found existing installation: publisher 0.13\n",

0 commit comments

Comments
 (0)