Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion examples/1_EntropyPooling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"\n",
"You can watch a video walkthrough of the example here: https://youtu.be/hDt103zEML8.\n",
"\n",
"For additional useful information about Entropy Pooling and an application of the sequential heuristic H1 to S&P 500 and STOXX 50 data, see the next example as well as this video walkthrough: https://youtu.be/DK1Pv5tuLgo."
"For additional useful information about Entropy Pooling and an application of the sequential heuristic H1 to S&P 500 and STOXX 50 data, see the next example as well as this video walkthrough: https://youtu.be/DK1Pv5tuLgo.\n",
"\n",
"You can watch a full lecture on Sequential Entropy Pooling (SeqEP) here: https://antonvorobets.substack.com/p/sequential-entropy-pooling-anton-vorobets-university-hohenheim"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion examples/2_SequentialEntropyPooling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"\n",
"At the end, there is an example of how to apply Entropy Pooling in a sequential way for even better results. For more on sequential Entropy Pooling, see https://ssrn.com/abstract=3936392. For a video walkthrough of the article and its accompanied code, see https://youtu.be/hDt103zEML8.\n",
"\n",
"You can watch a video walkthrough of this example and learn more about Entropy Pooling here: https://youtu.be/DK1Pv5tuLgo."
"You can watch a video walkthrough of this example and learn more about Entropy Pooling here: https://youtu.be/DK1Pv5tuLgo.\n",
"\n",
"You can watch a full lecture on Sequential Entropy Pooling (SeqEP) here: https://antonvorobets.substack.com/p/sequential-entropy-pooling-anton-vorobets-university-hohenheim"
]
},
{
Expand Down
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "entropy-pooling"
version = "1.0.9"
version = "1.0.10"
description = "Entropy Pooling in Python with a BSD 3-Clause license."
authors = ["Fortitudo Technologies <software@fortitudo.tech>"]
license = "BSD-3-Clause"
Expand Down
Loading