From 4a0eb3688d3d2418bfaff9fd2c7d14e44aa5aaa1 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 4 Sep 2019 13:08:01 +0100 Subject: Expand on seasonal effects in demo instructions --- app/main/demo.py | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'app/main') 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. + """ ) ) }, -- cgit v1.2.3