aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-09-04 13:08:01 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-09-04 13:08:01 +0100
commit4a0eb3688d3d2418bfaff9fd2c7d14e44aa5aaa1 (patch)
tree7f931d1e28da5e0af938be15eb7a1b9b818f05d2 /app
parentAdd note on not resizing the graph to the window size (diff)
downloadAnnotateChange-4a0eb3688d3d2418bfaff9fd2c7d14e44aa5aaa1.tar.gz
AnnotateChange-4a0eb3688d3d2418bfaff9fd2c7d14e44aa5aaa1.zip
Expand on seasonal effects in demo instructions
Diffstat (limited to 'app')
-rw-r--r--app/main/demo.py14
1 files changed, 11 insertions, 3 deletions
diff --git a/app/main/demo.py b/app/main/demo.py
index 9a85405..bc9e7bd 100644
--- a/app/main/demo.py
+++ b/app/main/demo.py
@@ -284,9 +284,17 @@ DEMO_DATA = {
"text": markdown.markdown(
textwrap.dedent(
"""
- As you can see from this example, changes in seasonality can
- occur as well. We expect that these changes are quite rare,
- but it's nevertheless good to be aware of them."""
+ As you can see from this example, changes in the periodicity of
+ the seasonal effect can occur as well. We expect that these
+ kinds of changes are quite rare, but it's nevertheless good to
+ be aware of them.
+
+ It is also important to note that seasonal effects on their own
+ do not constitute change points. For instance, a shift from the
+ winter season to the summer will show a change in passenger
+ numbers at the airport, but this will generally not be an
+ *abrupt* change.
+ """
)
)
},