Skip to content

Commit d3982a7

Browse files
Example 12 links update (#119)
1 parent 2d7e20f commit d3982a7

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

examples/12_NormalDistributionMyth.ipynb

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"metadata": {},
77
"source": [
88
"# The Normal Distribution Myth\n",
9-
"This is the accompanying code to The Normal Distribution Myth article available on SSRN: https://ssrn.com/abstract=5283255 "
9+
"This is the accompanying code to The Normal Distribution Myth article available on SSRN: https://ssrn.com/abstract=5283255 \n",
10+
"\n",
11+
"You can watch a video walkthrough of this example and its article here: https://youtu.be/rrwC2zC7_jA\n",
12+
"\n",
13+
"For a high-level description of the results and perspectives, see this Substack article: https://antonvorobets.substack.com/p/normal-distribution-myth "
1014
]
1115
},
1216
{
@@ -621,6 +625,14 @@
621625
"res2"
622626
]
623627
},
628+
{
629+
"cell_type": "markdown",
630+
"id": "0b2bc2b6",
631+
"metadata": {},
632+
"source": [
633+
"# Normality tests for montly, quarterly, and yearly non-overlapping returs"
634+
]
635+
},
624636
{
625637
"cell_type": "code",
626638
"execution_count": 10,
@@ -633,14 +645,6 @@
633645
"anderson_statistic = np.full((remainder_days, I, 3), np.nan)"
634646
]
635647
},
636-
{
637-
"cell_type": "markdown",
638-
"id": "0b2bc2b6",
639-
"metadata": {},
640-
"source": [
641-
"# Normality tests for montly, quarterly, and yearly non-overlapping returs"
642-
]
643-
},
644648
{
645649
"cell_type": "code",
646650
"execution_count": 11,

0 commit comments

Comments
 (0)